Skip to content

Commit

Permalink
+60
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jul 2, 2024
1 parent c097b4b commit 538e1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/recovery_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 538e1cd

Please sign in to comment.