increase timeout for indextest
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ function pingtest {
|
||||
}
|
||||
|
||||
function indextest {
|
||||
wget -q -T 8 -t 5 -U $(cat monitor-user-agent.txt) -O $TEMPDIR/"$CURHOST".html http://"$CURHOST"
|
||||
wget -q -T 15 -t 5 -U $(cat monitor-user-agent.txt) -O $TEMPDIR/"$CURHOST".html http://"$CURHOST"
|
||||
|
||||
if [ -e sites/"$CURHOST".ignore ]; then
|
||||
CURIGN=$(cat sites/"$CURHOST".ignore)
|
||||
|
||||
Reference in New Issue
Block a user