fix: adjust DEFAULT_TICKS_PER_SLOT to match main repo

This commit is contained in:
Michael Vines
2019-03-14 15:26:49 -07:00
parent 6fe0e08a80
commit 759d7b9cc2
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ import {newAccountWithLamports} from './new-account-with-lamports';
if (!mockRpcEnabled) {
// The default of 5 seconds is too slow for live testing sometimes
jest.setTimeout(15000);
jest.setTimeout(30000);
}
test('load BPF program', async () => {