We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993d9b2 commit e3c9982Copy full SHA for e3c9982
1 file changed
tests/common.ksh
@@ -65,6 +65,7 @@ run_icbd() {
65
-4 "127.0.0.1:${ICBD_PORT}" \
66
>"$icbd_logdir/icbd.log" 2>&1 &
67
ICBD_PID=$!
68
+ sleep 1 # give some time to start
69
}
70
71
fail() {
0 commit comments