From 93d7b95ad43696fb8988339765cedc88a0890746 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 7 Nov 2016 17:22:08 +0100 Subject: [PATCH] TEST-30-ISCSI: give server more time for the head start --- test/TEST-30-ISCSI/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index 85ce29e..53ac5c7 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -34,8 +34,8 @@ run_server() { # Cleanup the terminal if we have one tty -s && stty sane - echo Sleeping 10 seconds to give the server a head start - sleep 10 + echo Sleeping 20 seconds to give the server a head start + sleep 20 } run_client() {