Skip to content

Commit

Permalink
change timeout to 90 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Aug 1, 2024
1 parent 4b63331 commit ec04f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
_ Submitter = (*ProofSubmitter)(nil)
submissionDelayRandomBumpRange float64 = 20
proofPollingInterval = 10 * time.Second
ProofTimeout = 1 * time.Second
ProofTimeout = 90 * time.Minute
)

// ProofSubmitter is responsible requesting proofs for the given L2
Expand Down

0 comments on commit ec04f44

Please sign in to comment.