From 34afc967e83ebf912d60991f02c2307f3e57f6e4 Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Thu, 2 Nov 2023 21:36:09 -0400 Subject: [PATCH] Update kathy testnet4 image (#2867) Updates the images for testnet4 kathy that was borked from #2833 --- .../infra/config/environments/testnet4/helloworld.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/typescript/infra/config/environments/testnet4/helloworld.ts b/typescript/infra/config/environments/testnet4/helloworld.ts index ba1968ba5..c7db76686 100644 --- a/typescript/infra/config/environments/testnet4/helloworld.ts +++ b/typescript/infra/config/environments/testnet4/helloworld.ts @@ -13,16 +13,16 @@ export const hyperlaneHelloworld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: '65ac90a-20231020-192335', + tag: '52a8416-20231024-025635', }, chainsToSkip: [], runEnv: environment, namespace: environment, runConfig: { mode: HelloWorldKathyRunMode.Service, - fullCycleTime: 1000 * 60 * 60 * 24, // every 24 hours + fullCycleTime: 1000 * 60 * 60 * 48, // every 48 hours }, - messageSendTimeout: 1000 * 60 * 8, // 8 min + messageSendTimeout: 1000 * 60 * 10, // 10 min messageReceiptTimeout: 1000 * 60 * 20, // 20 min connectionType: RpcConsensusType.Fallback, }, @@ -33,7 +33,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: '65ac90a-20231020-192335', + tag: '52a8416-20231024-025635', }, chainsToSkip: [], runEnv: environment,