Skip to content

Commit dbf8f4a

Browse files
committed
sleep 1 -> 2
1 parent a4c85cd commit dbf8f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ load test_helper
6565
LDAP_REPL_CID=$(docker run -h ldap2.example.org -e USE_REPLICATION=true -e IS_REPLICATION_TEST=true -d $NAME:$VERSION)
6666
LDAP_REPL_IP=$(get_container_ip_by_cid $LDAP_REPL_CID)
6767

68-
sleep 1
68+
sleep 2
6969

7070
# ldap server
7171
run_image -h ldap.example.org -e USE_REPLICATION=true -e IS_REPLICATION_TEST=true

0 commit comments

Comments
 (0)