Skip to content

Commit 1542953

Browse files
committed
Give test containers more time to start
We're seeing intermittent transient failures in CI (e.g. [1]), hopefully this will help. [1] https://github.com/stackhpc/azimuth-llm/actions/runs/18780593105/job/53586017528
1 parent 9b78fca commit 1542953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-apps/test-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test() {
6969
docker run --network $DOCKER_NET_NAME -d --name $1-app $IMAGE
7070

7171
# Give the app time to start
72-
sleep 3
72+
sleep 10
7373

7474
log "Running tests"
7575
docker run --network $DOCKER_NET_NAME --rm \

0 commit comments

Comments
 (0)