We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fdd60 commit 0d378dbCopy full SHA for 0d378db
tests/binance-ws-spot.test.ts
@@ -9,7 +9,7 @@ const WARN_SHOULD_HAVE_KEY = 'should have key ';
9
const WARN_SHOULD_NOT_HAVE_KEY = 'should not have key ';
10
const WARN_SHOULD_BE_UNDEFINED = 'should be undefined';
11
const WARN_SHOULD_BE_TYPE = 'should be a ';
12
-const TIMEOUT = 90000;
+const TIMEOUT = 120000;
13
14
15
const binance = new Binance().options({
0 commit comments