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 8a0f02f commit 7a1400cCopy full SHA for 7a1400c
lib/tasks/qunit.rake
@@ -60,7 +60,7 @@ task "qunit:test" => :environment do
60
61
# A bit of a hack until we can figure this out on Travis
62
tries = 0
63
- while tries < 3 && $?.exitstatus == 124 && !quit
+ while tries < 3 && $?.exitstatus == 124
64
tries += 1
65
puts "\nTimed Out. Trying again...\n"
66
rake_system(cmd)
0 commit comments