Skip to content

Commit

Permalink
Give icbd time to start accepting connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
grayed committed Jan 12, 2020
1 parent 993d9b2 commit e3c9982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ run_icbd() {
-4 "127.0.0.1:${ICBD_PORT}" \
>"$icbd_logdir/icbd.log" 2>&1 &
ICBD_PID=$!
sleep 1 # give some time to start
}

fail() {
Expand Down

0 comments on commit e3c9982

Please sign in to comment.