Browse Source

sleep 1 -> 2

Bertrand Gouny 10 years ago
parent
commit
dbf8f4a932
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/test.bats

+ 1 - 1
test/test.bats

@@ -65,7 +65,7 @@ load test_helper
   LDAP_REPL_CID=$(docker run -h ldap2.example.org -e USE_REPLICATION=true -e IS_REPLICATION_TEST=true -d $NAME:$VERSION)
   LDAP_REPL_IP=$(get_container_ip_by_cid $LDAP_REPL_CID)
 
-  sleep 1
+  sleep 2
 
   # ldap server
   run_image -h ldap.example.org -e USE_REPLICATION=true -e IS_REPLICATION_TEST=true