Skip to content

Commit

Permalink
increase timeout for price updates (#558)
Browse files Browse the repository at this point in the history
## Motivation


## Solution
  • Loading branch information
AnieeG authored Feb 24, 2024
1 parent 82793af commit 5433276
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ NoOfNetworks = 2 # this is used with Networks in `CCIP.Env`,
# This value is ignored if CCIP.Groups.<TestGroup>.NetworkPairs is provided

Blockscout = false # if true, the test will use blockscout
TimeoutForPriceUpdate = '10m' # Duration to wait for the price update to time-out.
TimeoutForPriceUpdate = '15m' # Duration to wait for the price update to time-out.

# uncomment the following if you want to run your tests with specific number of lanes;
# in this case out of all the possible lane combinations, only the ones with the specified number of lanes will be considered
Expand Down Expand Up @@ -241,7 +241,7 @@ RequestPerUnitTime = [1] # number of ccip requests to be sent per unit time
TimeUnit = '1s' # unit of time for RequestPerUnitTime
NoOfNetworks = 2 # same as above
Blockscout = false # same as above
TimeoutForPriceUpdate = '10m' # time to wait for price update
TimeoutForPriceUpdate = '15m' # time to wait for price update

# uncomment the following if you want to run your tests with specific number of lanes;
# in this case out of all the possible lane combinations, only the ones with the specified number of lanes will be considered
Expand Down Expand Up @@ -280,7 +280,7 @@ Blockscout = false
# chaos test settings
ChaosDuration = '10m' # Duration for whichever chaos will be injected; only valid for chaos tests
WaitBetweenChaosDuringLoad = '2m' # Duration to wait between each chaos injection during load test; only valid for chaos tests
TimeoutForPriceUpdate = '10m' # Timeout for price update
TimeoutForPriceUpdate = '15m' # Timeout for price update
# uncomment the following if you want to run your tests with specific number of lanes;
# in this case out of all the possible lane combinations, only the ones with the specified number of lanes will be considered
# for example, if you have provided CCIP.Env.Networks = ['SIMULATED_1', 'SIMULATED_2', 'SIMULATED_3'] and CCIP.Groups.<test_type>.MaxNoOfLanes = 2,
Expand Down

0 comments on commit 5433276

Please sign in to comment.