Skip to content

Commit

Permalink
fix(pg): Lower the number of max retries in the simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-goldman committed Apr 7, 2024
1 parent 0f192f7 commit 54b192c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-snakes-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sphinx-labs/plugins': patch
---

Lower the number of max retries in the simulation
2 changes: 1 addition & 1 deletion packages/plugins/src/hardhat/simulate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export type SimulationTransactions = Array<{
* call sent from our provider proxy.
*/
export const simulationConstants = {
maxAttempts: 10,
maxAttempts: 5,
timeout: 150_000,
}

Expand Down

0 comments on commit 54b192c

Please sign in to comment.