Skip to content

Commit 5ba1b55

Browse files
committed
give the solid process some more seconds to create the directory structure, it was not enough for running in CI pipeline
1 parent 24bafd5 commit 5ba1b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-image/test/test_solid_default_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def container(client, image):
1313
tty=True
1414
)
1515
# give the solid process some seconds to create the directory structure before making assertions
16-
time.sleep(2)
16+
time.sleep(10)
1717
yield container
1818
container.remove(force=True)
1919

0 commit comments

Comments
 (0)