diff options
author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2016-07-28 16:47:02 +0200 |
---|---|---|
committer | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2016-07-28 16:47:02 +0200 |
commit | 5048adc29b31864a0a4de5fe3e94602e9d831cfc (patch) | |
tree | 6c687b5b9e57ffabf2d9bc526399b82c6fedd70d | |
parent | 9385fea03509a1eb116fa739d4b356acff35d18b (diff) |
Increase sleep time before re-checking host status
JIRA: DOCTOR-63
Change-Id: I4bc932dac22aca746489910bccb87f6571e3200b
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
-rwxr-xr-x | tests/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index baef112b..d693a7ce 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -314,7 +314,7 @@ start_consumer sleep 60 echo "injecting host failure..." inject_failure -sleep 10 +sleep 60 check_host_status "DOWN" calculate_notification_time |