We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c85cd commit dbf8f4aCopy full SHA for dbf8f4a
test/test.bats
@@ -65,7 +65,7 @@ load test_helper
65
LDAP_REPL_CID=$(docker run -h ldap2.example.org -e USE_REPLICATION=true -e IS_REPLICATION_TEST=true -d $NAME:$VERSION)
66
LDAP_REPL_IP=$(get_container_ip_by_cid $LDAP_REPL_CID)
67
68
- sleep 1
+ sleep 2
69
70
# ldap server
71
run_image -h ldap.example.org -e USE_REPLICATION=true -e IS_REPLICATION_TEST=true
0 commit comments