From 431b06bfc85f27341d459ff7e579a41747d06dd1 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Tue, 12 Mar 2024 19:29:24 -0700 Subject: [PATCH] updates --- integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml index 2b9550ec5a..dcc4226329 100644 --- a/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml +++ b/integration-tests/ccip-tests/testconfig/tomls/ccip-default.toml @@ -241,7 +241,7 @@ AmountPerToken = 1 # same as above MulticallInOneTx = false # same as above NoOfSendsInMulticall = 5 # same as above RequestPerUnitTime = [1] # number of ccip requests to be sent per unit time -TimeUnit = '1s' # unit of time for RequestPerUnitTime +TimeUnit = '10s' # unit of time for RequestPerUnitTime NoOfNetworks = 2 # same as above Blockscout = false # same as above WithPipeline = false