From 42d7d7aed01f38f7fc5ffe8dbb238322e78c3bce Mon Sep 17 00:00:00 2001 From: Mattie Conover Date: Mon, 1 Aug 2022 17:03:59 -0400 Subject: [PATCH] Deploy Kathy (#863) --- typescript/infra/config/environments/mainnet/helloworld.ts | 2 +- typescript/infra/config/environments/testnet2/helloworld.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet/helloworld.ts b/typescript/infra/config/environments/mainnet/helloworld.ts index 43a8176d5..050915133 100644 --- a/typescript/infra/config/environments/mainnet/helloworld.ts +++ b/typescript/infra/config/environments/mainnet/helloworld.ts @@ -14,7 +14,7 @@ export const helloWorld: HelloWorldConfig = { runEnv: environment, namespace: environment, fullCycleTime: 1000 * 60 * 60 * 6, // every 6 hours - messageSendTimeout: 1000 * 60 * 10, // 10 min + messageSendTimeout: 1000 * 60 * 15, // 15 min messageReceiptTimeout: 1000 * 60 * 15, // 15 min }, }; diff --git a/typescript/infra/config/environments/testnet2/helloworld.ts b/typescript/infra/config/environments/testnet2/helloworld.ts index e3daaff70..bcbf0609f 100644 --- a/typescript/infra/config/environments/testnet2/helloworld.ts +++ b/typescript/infra/config/environments/testnet2/helloworld.ts @@ -8,13 +8,13 @@ export const helloWorld: HelloWorldConfig = { kathy: { docker: { repo: 'gcr.io/abacus-labs-dev/abacus-monorepo', - tag: 'sha-f0c45a1', + tag: 'sha-1f62484', }, chainsToSkip: [], runEnv: environment, namespace: environment, fullCycleTime: 1000 * 60 * 60 * 2, // every 2 hours - messageSendTimeout: 1000 * 60 * 10, // 10 min + messageSendTimeout: 1000 * 60 * 15, // 15 min messageReceiptTimeout: 1000 * 60 * 15, // 15 min }, };