diff --git a/web3.js/test/bpf-loader.test.js b/web3.js/test/bpf-loader.test.js index b7079d914c..b4491d7bbc 100644 --- a/web3.js/test/bpf-loader.test.js +++ b/web3.js/test/bpf-loader.test.js @@ -12,7 +12,7 @@ import {newAccountWithTokens} from './new-account-with-tokens'; if (!mockRpcEnabled) { // The default of 5 seconds is too slow for live testing sometimes - jest.setTimeout(10000); + jest.setTimeout(15000); } test('load BPF program', async () => { diff --git a/web3.js/test/connection.test.js b/web3.js/test/connection.test.js index 5f95c3143b..7f94eed553 100644 --- a/web3.js/test/connection.test.js +++ b/web3.js/test/connection.test.js @@ -12,7 +12,7 @@ import {sleep} from '../src/util/sleep'; if (!mockRpcEnabled) { // The default of 5 seconds is too slow for live testing sometimes - jest.setTimeout(10000); + jest.setTimeout(15000); } diff --git a/web3.js/test/native-loader.test.js b/web3.js/test/native-loader.test.js index b87e05d0c8..4722754a25 100644 --- a/web3.js/test/native-loader.test.js +++ b/web3.js/test/native-loader.test.js @@ -12,7 +12,7 @@ import {newAccountWithTokens} from './new-account-with-tokens'; if (!mockRpcEnabled) { // The default of 5 seconds is too slow for live testing sometimes - jest.setTimeout(10000); + jest.setTimeout(15000); } test('load native program', async () => { diff --git a/web3.js/test/token-program.test.js b/web3.js/test/token-program.test.js index 8ab3ecc2e9..6dc10e6fd5 100644 --- a/web3.js/test/token-program.test.js +++ b/web3.js/test/token-program.test.js @@ -14,7 +14,7 @@ import {mockGetLastId} from './mockrpc/getlastid'; if (!mockRpcEnabled) { // The default of 5 seconds is too slow for live testing sometimes - jest.setTimeout(10000); + jest.setTimeout(15000); } function mockGetSignatureStatus(result: string = 'Confirmed') {