From 543327619a993955aab052dc69b829588fe9192a Mon Sep 17 00:00:00 2001 From: Anindita Ghosh <88458927+AnieeG@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:08:58 -0800 Subject: [PATCH] increase timeout for price updates (#558) ## Motivation ## Solution --- .../ccip-tests/testconfig/tomls/ccip-default.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml index 97411f6c06..6487bde406 100644 --- a/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml +++ b/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml @@ -200,7 +200,7 @@ NoOfNetworks = 2 # this is used with Networks in `CCIP.Env`, # This value is ignored if CCIP.Groups..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 @@ -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 @@ -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..MaxNoOfLanes = 2,