This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new dd8203fd Allow more time
dd8203fd is described below
commit dd8203fde11fdc3d93219373be330b262d228692
Author: Sebb <[email protected]>
AuthorDate: Fri Dec 15 08:43:10 2023 +0000
Allow more time
---
tools/site-scan.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index b68caab3..d8adeb96 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -230,7 +230,7 @@ def exec_with_timeout(cmd, timeout)
ret = Process.kill(-15, pid) # SIGTERM
$stderr.puts "WARN: #{Time.now} sent kill -15 #{pid} ret=#{ret}"
- sleep 15 # allow some time for process to exit
+ sleep 30 # allow some time for process to exit
$stderr.puts "WARN: #{Time.now} about to kill -9 #{pid}"
ret = Process.kill(-9, pid) # SIGKILL