From 7c76ec6e70a2c265f42e2376e4bf3ca809c519f3 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 5 Mar 2019 16:38:09 -0800 Subject: [PATCH] test: add more timeout --- web3.js/test/token-program.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/test/token-program.test.js b/web3.js/test/token-program.test.js index c2ad7940a1..ee31321bfd 100644 --- a/web3.js/test/token-program.test.js +++ b/web3.js/test/token-program.test.js @@ -10,7 +10,7 @@ import {sleep} from '../src/util/sleep'; if (!mockRpcEnabled) { // The default of 5 seconds is too slow for live testing sometimes - jest.setTimeout(20000); + jest.setTimeout(30000); } function mockGetSignatureStatus(result: string = 'Confirmed') {