Skip to content

Commit cb197d9

Browse files
Extend proxy test timeout
1 parent b03ddf7 commit cb197d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_test/testProxy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('testProxy', function () {
1818
],
1919
done
2020
);
21-
});
21+
}).timeout(360000);
2222

2323
it('testSimpleSelectWithProxy', function (done) {
2424
const connection = snowflake.createConnection(connOptions.connectionWithProxy);

0 commit comments

Comments
 (0)