Skip to content

Commit f395001

Browse files
committed
test: increase timeouts more
One of the tests timed out on Travis CI. Another test case was close to the timeout (4650ms). This doubles the timeout to make things more robust.
1 parent 65464a7 commit f395001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function unix() {
1919
}
2020

2121
describe('proxy', function describeproxy() {
22-
this.timeout(5000); // shell.exec() is slow
22+
this.timeout(10000); // shell.exec() is slow
2323
let delVarName;
2424

2525
before(() => {

0 commit comments

Comments
 (0)