increase timeout for indextest

This commit is contained in:
2015-04-07 13:33:55 +03:00
parent a951875c8f
commit 23f5b0e4b5
+1 -1
View File
@@ -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)