Skip to content

Commit

Permalink
Giving travis CI a little more wiggle room to run timed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
billmalarky committed Dec 14, 2017
1 parent 3ba59f1 commit 9e0b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Queue.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ describe('Models/Queue', function() {
const anotherJobName = 'another-job-name';
const timeoutJobName = 'timeout-job-name';
const concurrentJobName = 'concurrent-job-name';
const queueLifespan = 5300;
const queueLifespan = 5385;
let remainingLifespan = queueLifespan;

// Track the jobs that have executed to test against.
Expand Down

0 comments on commit 9e0b1e7

Please sign in to comment.