Increase Kathy timeout to 12 minutes (#2789)

Per discussion in standup yesterday
pull/2794/head
J M Rossy 1 year ago committed by GitHub
parent 4e256079ad
commit 825ce2905f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      typescript/infra/config/environments/mainnet2/helloworld.ts
  2. 4
      typescript/infra/config/environments/testnet3/helloworld.ts
  3. 4
      typescript/infra/scripts/helloworld/kathy.ts

@ -13,7 +13,7 @@ export const hyperlane: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '86aec06-20231005-180845',
tag: '01dcf5d-20231010-145824',
},
chainsToSkip: [],
runEnv: environment,
@ -34,7 +34,7 @@ export const releaseCandidate: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '86aec06-20231005-180845',
tag: '01dcf5d-20231010-145824',
},
chainsToSkip: [],
runEnv: environment,

@ -13,7 +13,7 @@ export const hyperlaneHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '86aec06-20231005-180845',
tag: '01dcf5d-20231010-145824',
},
chainsToSkip: [],
runEnv: environment,
@ -33,7 +33,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '86aec06-20231005-180845',
tag: '01dcf5d-20231010-145824',
},
chainsToSkip: [],
runEnv: environment,

@ -495,8 +495,8 @@ async function sendMessage(
});
await timeout(
// Will check for up to 9 minutes
core.waitForMessagesProcessed(origin, destination, receipt, 5000, 108),
// Will check for up to 12 minutes
core.waitForMessagesProcessed(origin, destination, receipt, 5000, 144),
messageReceiptTimeout,
'Timeout waiting for message to be received',
);

Loading…
Cancel
Save