From 517535b9206916910689fe13fe6f1e9a7ac000bf Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 11 Sep 2016 19:29:20 +0200 Subject: [PATCH] adding a sleep 1 (waiting for the server to be up --- tests/external_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/external_test.sh b/tests/external_test.sh index 82eb20d..aa15028 100755 --- a/tests/external_test.sh +++ b/tests/external_test.sh @@ -2,6 +2,7 @@ timeout 120 ./uts-server -c tests/cfg/uts-server.cnf -D -p ./uts-server.pid & +sleep 1 ./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1 ./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1 ./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert" || exit 1