From 538e1cd10d3a5c103440fcd13c815e84edc052ca Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Tue, 2 Jul 2024 20:06:01 +0000 Subject: [PATCH] +60 --- tests/recovery_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/recovery_benchmark.sh b/tests/recovery_benchmark.sh index 573a223ee231..d89c572b9d4e 100755 --- a/tests/recovery_benchmark.sh +++ b/tests/recovery_benchmark.sh @@ -88,7 +88,7 @@ echo "** Start original service" "${ccf_install_path}"/bin/sandbox.sh --sig-tx-interval "${signature_tx_interval}" & sandbox_pid=$! -network_live_time=60 +network_live_time=120 if poll_for_service_open ${network_live_time} ${sandbox_pid}; then echo "Error: Timeout waiting ${network_live_time}s for service to open" kill "$(jobs -p)"