This commit is contained in:
Shreyas Goenka 2025-02-18 14:51:03 +01:00
parent 8eb454da14
commit 608f0ad94f
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ wait_pid() {
attempt=$((attempt + 1)) attempt=$((attempt + 1))
done done
echo "Timeout: Process $pid did not end within 10 seconds" echo "Timeout: Process $pid did not end within 1 minute"
return 1 return 1
} }