Skip to content

Commit 46d4e14

Browse files
committed
increase wait timeout to account for startup time
1 parent 09227b3 commit 46d4e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Start up containers
2727
run: |
28-
docker compose -f ./test_containers/compose.yaml up --detach --wait --wait-timeout 60
28+
docker compose -f ./test_containers/compose.yaml up --detach --wait --wait-timeout 600
2929
3030
- name: Setup Python
3131
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)