Skip to content

Commit

Permalink
Revert "integration: bump listening timeout to 1200 seconds"
Browse files Browse the repository at this point in the history
This reverts commit 86563b6.
  • Loading branch information
masenf committed Aug 26, 2024
1 parent 3c24802 commit ecac015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ if [ -f /proc/$pid/winpid ]; then
echo "Windows detected, passing winpid $pid to port waiter"
fi

python scripts/wait_for_listening_port.py $check_ports --timeout=1200 --server-pid "$pid"
python scripts/wait_for_listening_port.py $check_ports --timeout=900 --server-pid "$pid"

0 comments on commit ecac015

Please sign in to comment.