Skip to content

Commit

Permalink
chore: increase max time to wait for rpc to 1 minute (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedfool authored Aug 21, 2024
1 parent be7cb81 commit 03cfdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app-revamp/helpers/timeout.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const MAX_TIME_TO_WAIT_FOR_RPC = 30000;
export const MAX_TIME_TO_WAIT_FOR_RPC = 60000;

// https://developer.mozilla.org/en-US/docs/Web/API/setTimeout#maximum_delay_value
export const MAX_MS_TIMEOUT = 2147483647;
Expand Down

0 comments on commit 03cfdab

Please sign in to comment.