We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03ddf7 commit cb197d9Copy full SHA for cb197d9
system_test/testProxy.js
@@ -18,7 +18,7 @@ describe('testProxy', function () {
18
],
19
done
20
);
21
- });
+ }).timeout(360000);
22
23
it('testSimpleSelectWithProxy', function (done) {
24
const connection = snowflake.createConnection(connOptions.connectionWithProxy);
0 commit comments