Skip to content

Commit 71e44e2

Browse files
committed
sleep more
1 parent b4694d8 commit 71e44e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/script/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ $1/test-influxdb-cpp-rest -d yes
1111
export LD_LIBRARY_PATH=$1
1212
$1/test-influxdb-c-rest -d yes
1313
pkill influxd
14+
sleep 3
1415
./influxdb-1.2.4-1/usr/bin/influxd -config src/auth_test/influxdb.conf &
15-
sleep 1
16+
sleep 3
1617
$1/test-influxdb-cpp-auth -d yes
1718
pkill influxd

0 commit comments

Comments
 (0)