Skip to content

Commit

Permalink
chore(tasks/support/test-runner): bump limit to 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Feb 19, 2015
1 parent 4ba3587 commit db4bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/support/test-runner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function run() {
let fail = false

try {
result = yield server.testResult.timeout(10000)
result = yield server.testResult.timeout(20000)
} finally {
log('result collected')
server.close()
Expand Down

0 comments on commit db4bbd5

Please sign in to comment.