mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 18:16:42 +10:00
fix-timeout
This commit is contained in:
parent
e8ef902bd5
commit
87775baa49
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ docker run \
|
|||
sleep infinity
|
||||
|
||||
# Wait until the desktop environment test container is running before proceeding
|
||||
timeout 1 sh -c "until docker inspect $DESKTOP_ENVIRONMENT_CONTAINER_NAME | grep Status | grep -m 1 running >/dev/null; do sleep 1; done"
|
||||
timeout 10 sh -c "until docker inspect $DESKTOP_ENVIRONMENT_CONTAINER_NAME | grep Status | grep -m 1 running >/dev/null; do sleep 1; done"
|
||||
|
||||
# Check desktop environment container started successfully
|
||||
TEST_RESULT=$?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue