We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09227b3 commit 46d4e14Copy full SHA for 46d4e14
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Start up containers
27
run: |
28
- docker compose -f ./test_containers/compose.yaml up --detach --wait --wait-timeout 60
+ docker compose -f ./test_containers/compose.yaml up --detach --wait --wait-timeout 600
29
30
- name: Setup Python
31
uses: actions/setup-python@v4
0 commit comments