Skip to content

Commit

Permalink
Sleep longer as the container healthcheck returns too early it appears
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Sep 4, 2023
1 parent 96cc342 commit ee4b000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_389ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def test_ldapwhoami(auto_container_per_test):
auto_container_per_test.connection.run_expect(
[0],
"dsconf localhost backend create --suffix dc=example,dc=com --be-name userRoot",
"sleep 10 && dsconf localhost backend create --suffix dc=example,dc=com --be-name userRoot",
)

auto_container_per_test.connection.run_expect(
Expand Down

0 comments on commit ee4b000

Please sign in to comment.