Skip to content

Commit 9ac7963

Browse files
increase timeout for all tests
1 parent fc45d9b commit 9ac7963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/01_proxy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ var countString = function (str, substr, cb) {
4545
};
4646

4747
describe('proxy', function () {
48+
this.timeout(5000);
4849
var srvA = null;
4950
var srvB = null;
5051
var proxy = null;

0 commit comments

Comments
 (0)