Skip to content

Commit

Permalink
Update soak tests to run for 5 hours, every 6 hours (#542)
Browse files Browse the repository at this point in the history
## Motivation


## Solution
  • Loading branch information
jasonmci authored Feb 21, 2024
1 parent b83af4a commit fec7445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccip-live-testnet-tests.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ MsgType = 'WithoutToken'
DestGasLimit = 0
BiDirectionalLane = true
PhaseTimeout = '50m'
TestDuration = '11h'
TestDuration = '5h'
ExistingDeployment = true
RequestPerUnitTime = [1]
TimeUnit = '1h'
Expand Down

0 comments on commit fec7445

Please sign in to comment.