Skip to content

Commit

Permalink
test: sleep after container creation
Browse files Browse the repository at this point in the history
  • Loading branch information
proudier committed Sep 9, 2024
1 parent e37525d commit 8b836a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import json
import logging
import time
from contextlib import contextmanager
from pathlib import Path

Expand Down Expand Up @@ -68,6 +69,7 @@ def _proxy(**env_vars):
*env_list,
image,
).strip()
time.sleep(0.5)
container_data = json.loads(
docker("container", "inspect", container_id.strip())
)
Expand Down

0 comments on commit 8b836a5

Please sign in to comment.