Skip to content

Commit

Permalink
Fixed: Sometimes a test can be a bit sensitive to timing, slowing it …
Browse files Browse the repository at this point in the history
…down a smidge
  • Loading branch information
kfitzgerald committed Nov 9, 2017
1 parent b176e05 commit 3696614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/worker_tests/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Basic ConductorWorker', () => {
// Delay to force delay on stats on both workers
setTimeout(() => {
this.completeJob(null, job);
}, 200)
}, 250)
} else {
// Just complete the job
this.completeJob(null, job);
Expand Down

0 comments on commit 3696614

Please sign in to comment.