We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65464a7 commit f395001Copy full SHA for f395001
test/test.js
@@ -19,7 +19,7 @@ function unix() {
19
}
20
21
describe('proxy', function describeproxy() {
22
- this.timeout(5000); // shell.exec() is slow
+ this.timeout(10000); // shell.exec() is slow
23
let delVarName;
24
25
before(() => {
0 commit comments