diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 744fad90d3..3e8ea1ff8c 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -3,9 +3,9 @@ name: node on: # Triggers the workflow on push or pull request against main push: - branches: [main] + branches: [v2] pull_request: - branches: [main] + branches: [v2] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/typescript/infra/config/environments/mainnet2/helloworld.ts b/typescript/infra/config/environments/mainnet2/helloworld.ts index ea23e8d01d..1fb7bbcd6d 100644 --- a/typescript/infra/config/environments/mainnet2/helloworld.ts +++ b/typescript/infra/config/environments/mainnet2/helloworld.ts @@ -20,7 +20,7 @@ export const hyperlane: HelloWorldConfig = { namespace: environment, runConfig: { mode: HelloWorldKathyRunMode.Service, - fullCycleTime: 1000 * 60 * 60 * 24, // every 24 hours + fullCycleTime: 1000 * 60 * 60 * 24 * 14, // every 14 days, at 9*8 messages = 72 messages is roughly every 4-5 hours }, messageSendTimeout: 1000 * 60 * 8, // 8 min messageReceiptTimeout: 1000 * 60 * 20, // 20 min