test: give more time
This commit is contained in:
@ -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`,
|
||||
|
Reference in New Issue
Block a user