Skip to content

Commit

Permalink
Added clarifying comment on why the 'sleep' was needed in the end of …
Browse files Browse the repository at this point in the history
…run-tests.js
  • Loading branch information
xpl authored Sep 21, 2017
1 parent b7bb79d commit 97e766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const testExchange = async (exchange) => {

if (failed.length) {

await sleep (2000)
await sleep (2000) // to fight TravisCI log truncation issue, see https://github.com/travis-ci/travis-ci/issues/8189
process.exit (1)
}

Expand Down

0 comments on commit 97e766b

Please sign in to comment.