Skip to content

Commit

Permalink
timeout ws val
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Oct 11, 2023
1 parent 048d0f4 commit d6e0501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/system_tests_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const getSystemTestProvider = <API extends Web3APISpec = Web3EthExecution
} if (url.includes('ws')) {

const reconnectionOptions = {
delay: 100,
delay: 300,
autoReconnect: true,
maxAttempts: 30,
};
Expand Down

0 comments on commit d6e0501

Please sign in to comment.