diff --git a/e2e/utils/zetacore.go b/e2e/utils/zetacore.go index b69d9fbc32..460ba62ed1 100644 --- a/e2e/utils/zetacore.go +++ b/e2e/utils/zetacore.go @@ -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)