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') {