From bff9cc1543958bc5ca39380861c4c990583e3712 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Wed, 21 Aug 2024 20:55:59 -0400 Subject: [PATCH] increase cctx timeout --- e2e/utils/zetacore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/utils/zetacore.go b/e2e/utils/zetacore.go index 460ba62ed1..b69d9fbc32 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 = 6 * time.Minute + DefaultCctxTimeout = 8 * time.Minute ) // WaitCctxMinedByInboundHash waits until cctx is mined; returns the cctxIndex (the last one)