Skip to content

Commit 0d378db

Browse files
committed
timeout increase
1 parent 63fdd60 commit 0d378db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/binance-ws-spot.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const WARN_SHOULD_HAVE_KEY = 'should have key ';
99
const WARN_SHOULD_NOT_HAVE_KEY = 'should not have key ';
1010
const WARN_SHOULD_BE_UNDEFINED = 'should be undefined';
1111
const WARN_SHOULD_BE_TYPE = 'should be a ';
12-
const TIMEOUT = 90000;
12+
const TIMEOUT = 120000;
1313

1414

1515
const binance = new Binance().options({

0 commit comments

Comments
 (0)