mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
tweak so more time for starup
This commit is contained in:
parent
85ddf73cf3
commit
5aa50699f0
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ task "qunit:test" => :environment do
|
||||||
begin
|
begin
|
||||||
rake_system(cmd)
|
rake_system(cmd)
|
||||||
rescue
|
rescue
|
||||||
sleep 1
|
sleep 2
|
||||||
tries += 1
|
tries += 1
|
||||||
retry unless tries == 5
|
retry unless tries == 10
|
||||||
end
|
end
|
||||||
|
|
||||||
# A bit of a hack until we can figure this out on Travis
|
# A bit of a hack until we can figure this out on Travis
|
||||||
|
|
Loading…
Reference in a new issue