Skip to content

Commit 7cfebdc

Browse files
committed
Force a wait timeout
1 parent ee056df commit 7cfebdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run integration checkout test
1+
name: Build and run tests
22
on:
33
push:
44
branches:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Start
5757
run: |
5858
${DOCKER_CMD} compose ${TESTENV_COMPOSE_OPTS} up -d --force-recreate
59-
${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} up -d --force-recreate --wait
59+
${DOCKER_CMD} compose ${ANMS_COMPOSE_OPTS} up -d --force-recreate --wait --wait-timeout 600
6060
- name: Status
6161
run: |
6262
for BADSTATUS in stopped restarting; do

0 commit comments

Comments
 (0)