extend timeout to 1 minute

This commit is contained in:
Shreyas Goenka 2025-02-18 14:13:01 +01:00
parent 50308f25a1
commit f6a02237cf
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# shell. This script is more general purpose.
wait_pid() {
local pid=$1
local max_attempts=100 # 100 * 0.1 seconds = 10 seconds
local max_attempts=600 # 600 * 0.1 seconds = 1 Minute
local attempt=0
local sleep_time=0.1