From fec74459e660652b7b07d327ccb9f4685b95c0d4 Mon Sep 17 00:00:00 2001 From: Jason McI Date: Wed, 21 Feb 2024 15:08:56 -0800 Subject: [PATCH] Update soak tests to run for 5 hours, every 6 hours (#542) ## Motivation ## Solution --- .github/workflows/ccip-live-testnet-tests.yml | 2 +- integration-tests/ccip-tests/testconfig/override/mainnet.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccip-live-testnet-tests.yml b/.github/workflows/ccip-live-testnet-tests.yml index 5b86b1e1a1..dc6e410fa8 100644 --- a/.github/workflows/ccip-live-testnet-tests.yml +++ b/.github/workflows/ccip-live-testnet-tests.yml @@ -1,7 +1,7 @@ name: CCIP On-Demand Live Testnet Tests on: schedule: - - cron: '0 */12 * * *' + - cron: '0 */6 * * *' workflow_dispatch: inputs: base64_test_input : # base64 encoded toml for test input diff --git a/integration-tests/ccip-tests/testconfig/override/mainnet.toml b/integration-tests/ccip-tests/testconfig/override/mainnet.toml index 346366cf6d..1e7580645e 100644 --- a/integration-tests/ccip-tests/testconfig/override/mainnet.toml +++ b/integration-tests/ccip-tests/testconfig/override/mainnet.toml @@ -685,7 +685,7 @@ MsgType = 'WithoutToken' DestGasLimit = 0 BiDirectionalLane = true PhaseTimeout = '50m' -TestDuration = '11h' +TestDuration = '5h' ExistingDeployment = true RequestPerUnitTime = [1] TimeUnit = '1h'