test: add more timeout

This commit is contained in:
Michael Vines 2019-03-05 16:38:09 -08:00
parent 80ac6f2820
commit 7c76ec6e70
1 changed files with 1 additions and 1 deletions

View File

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