Skip to content

Commit

Permalink
reduce cctx time to try getting CI to run successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Aug 21, 2024
1 parent cde07a3 commit c9a49f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/zetacore.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
// However this needs to be researched as to why the increase in timeout was needed.
// https://github.com/zeta-chain/node/issues/2690

DefaultCctxTimeout = 8 * time.Minute
DefaultCctxTimeout = 6 * time.Minute
)

// WaitCctxMinedByInboundHash waits until cctx is mined; returns the cctxIndex (the last one)
Expand Down

0 comments on commit c9a49f8

Please sign in to comment.