Skip to content

Commit 0636226

Browse files
committed
Add timeouts for integration tests.
No-Issue Signed-off-by: James Tanner <tanner.jc@gmail.com>
1 parent 174a885 commit 0636226

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci-docker-compose-integration.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,11 @@ jobs:
7979
8080
- name: Run integration tests
8181
run: |
82-
pytest -v -r sx --color=yes -m '${{ env.HUB_TEST_MARKS }}' galaxy_ng/tests/integration
82+
pytest -v -r sx --color=yes -m '${{ env.HUB_TEST_MARKS }}' galaxy_ng/tests/integration
83+
env:
84+
GALAXYKIT_SLEEP_SECONDS_POLLING: ".5"
85+
GALAXYKIT_SLEEP_SECONDS_ONETIME: ".5"
86+
GALAXYKIT_POLLING_MAX_ATTEMPTS: "50"
87+
GALAXY_SLEEP_SECONDS_POLLING: ".5"
88+
GALAXY_SLEEP_SECONDS_ONETIME: ".5"
89+
GALAXY_POLLING_MAX_ATTEMPTS: "50"

0 commit comments

Comments
 (0)