We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eeb9dc commit c4063b8Copy full SHA for c4063b8
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 = 40000;
+const TIMEOUT = 90000;
13
14
15
const binance = new Binance().options({
0 commit comments