Skip to content

Commit

Permalink
Give some extra time for test to run
Browse files Browse the repository at this point in the history
Travis CI seems to be really slow sometimes:
https://travis-ci.org/pereckerdal/overman/jobs/43076622
  • Loading branch information
Per Eckerdal committed Dec 6, 2014
1 parent 62da723 commit 34d90dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_suite_runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('Suite runner', function() {
return when.race([
shouldFail(runTestSuite('suite_timeout_set', [], { timeout: 2000 })),
when()
.delay(500)
.delay(800)
.then(function() {
throw new Error('Test should have finished by now');
})
Expand Down

0 comments on commit 34d90dc

Please sign in to comment.