test: timeout++
This commit is contained in:
@ -12,7 +12,7 @@ import {newAccountWithTokens} from './new-account-with-tokens';
|
|||||||
|
|
||||||
if (!mockRpcEnabled) {
|
if (!mockRpcEnabled) {
|
||||||
// The default of 5 seconds is too slow for live testing sometimes
|
// The default of 5 seconds is too slow for live testing sometimes
|
||||||
jest.setTimeout(10000);
|
jest.setTimeout(15000);
|
||||||
}
|
}
|
||||||
|
|
||||||
test('load BPF program', async () => {
|
test('load BPF program', async () => {
|
||||||
|
@ -12,7 +12,7 @@ import {sleep} from '../src/util/sleep';
|
|||||||
|
|
||||||
if (!mockRpcEnabled) {
|
if (!mockRpcEnabled) {
|
||||||
// The default of 5 seconds is too slow for live testing sometimes
|
// The default of 5 seconds is too slow for live testing sometimes
|
||||||
jest.setTimeout(10000);
|
jest.setTimeout(15000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import {newAccountWithTokens} from './new-account-with-tokens';
|
|||||||
|
|
||||||
if (!mockRpcEnabled) {
|
if (!mockRpcEnabled) {
|
||||||
// The default of 5 seconds is too slow for live testing sometimes
|
// The default of 5 seconds is too slow for live testing sometimes
|
||||||
jest.setTimeout(10000);
|
jest.setTimeout(15000);
|
||||||
}
|
}
|
||||||
|
|
||||||
test('load native program', async () => {
|
test('load native program', async () => {
|
||||||
|
@ -14,7 +14,7 @@ import {mockGetLastId} from './mockrpc/getlastid';
|
|||||||
|
|
||||||
if (!mockRpcEnabled) {
|
if (!mockRpcEnabled) {
|
||||||
// The default of 5 seconds is too slow for live testing sometimes
|
// The default of 5 seconds is too slow for live testing sometimes
|
||||||
jest.setTimeout(10000);
|
jest.setTimeout(15000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function mockGetSignatureStatus(result: string = 'Confirmed') {
|
function mockGetSignatureStatus(result: string = 'Confirmed') {
|
||||||
|
Reference in New Issue
Block a user