Skip to content

Commit e3c9982

Browse files
committed
Give icbd time to start accepting connections.
1 parent 993d9b2 commit e3c9982

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/common.ksh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ run_icbd() {
6565
-4 "127.0.0.1:${ICBD_PORT}" \
6666
>"$icbd_logdir/icbd.log" 2>&1 &
6767
ICBD_PID=$!
68+
sleep 1 # give some time to start
6869
}
6970

7071
fail() {

0 commit comments

Comments
 (0)