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 a8e6db69 Increase timeout [skip ci]
a8e6db69 is described below
commit a8e6db69c80a54515383c283c12b0938832f84d5
Author: Sebb <[email protected]>
AuthorDate: Mon Dec 18 09:28:51 2023 +0000
Increase timeout [skip ci]
---
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 4c0ffc94..29eaff97 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -174,7 +174,7 @@ def parse(id, site, name)
data[:resources] = "Not checked"
else
cmd = ['node', '/srv/whimsy/tools/scan-page.js', site]
- out, err, status = exec_with_timeout(cmd, 30)
+ out, err, status = exec_with_timeout(cmd, 60)
if status
ext_urls = out.split("\n").reject {|x| ASFDOMAIN.asfhost? x}.tally
resources = ext_urls.values.sum