Skip to content

Commit

Permalink
add issue to track increase in DefaultCctxTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 13, 2024
1 parent 0e6fa1c commit a9b72ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/utils/zetacore.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const (
EmergencyPolicyName = "emergency"
AdminPolicyName = "admin"
OperationalPolicyName = "operational"
// The timeout was increased from 4 to 6 , which allows for a higher success in test runs
// However this needs to be researched as to why the increase in timeout was needed.
// https://github.com/zeta-chain/node/issues/2690

DefaultCctxTimeout = 6 * time.Minute
)
Expand Down

0 comments on commit a9b72ed

Please sign in to comment.