Added more time for the tests

This commit is contained in:
kexkey
2019-04-10 18:59:20 -04:00
committed by kexkey
parent 2029dcf815
commit 6823f4b08c

View File

@@ -121,8 +121,8 @@ checklnnode() {
}
checkservice() {
local interval=10
local totaltime=120
local interval=15
local totaltime=180
local outcome
local returncode=0
local endtime=$(($(date +%s) + ${totaltime}))
@@ -179,8 +179,8 @@ checkservice() {
}
timeout_feature() {
local interval=10
local totaltime=60
local interval=15
local totaltime=120
local testwhat=${1}
local returncode
local endtime=$(($(date +%s) + ${totaltime}))