test: timeout++

This commit is contained in:
Michael Vines
2018-10-24 08:41:13 -07:00
parent f168cdfd70
commit 378e766178
4 changed files with 4 additions and 4 deletions

View File

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