We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a094e25 commit 13e16c1Copy full SHA for 13e16c1
test/test_rake_functional.rb
@@ -309,6 +309,7 @@ def test_update_midway_through_chaining_to_file_task
309
rake "-n"
310
assert_equal(%w{fileA fileB fileC default}, dryrun_tasks)
311
rake
312
+ sleep 1 # for stride seconds surely
313
FileUtils.touch("fileA")
314
315
assert_equal(%w{fileB fileC default}, dryrun_tasks)
0 commit comments