test: give more time

This commit is contained in:
Michael Vines
2019-04-23 18:03:31 -07:00
parent a2cd9180b5
commit a90cbcee9e
2 changed files with 2 additions and 2 deletions

View File

@ -503,7 +503,7 @@ export class Connection {
};
break;
}
if (attempts === 16) {
if (attempts === 50) {
throw new Error(
`Unable to obtain a new blockhash after ${Date.now() -
startTime}ms`,