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 24bafd5 commit 5ba1b55Copy full SHA for 5ba1b55
docker-image/test/test_solid_default_config.py
@@ -13,7 +13,7 @@ def container(client, image):
13
tty=True
14
)
15
# give the solid process some seconds to create the directory structure before making assertions
16
- time.sleep(2)
+ time.sleep(10)
17
yield container
18
container.remove(force=True)
19
0 commit comments