We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174a885 commit 0636226Copy full SHA for 0636226
.github/workflows/ci-docker-compose-integration.yml
@@ -79,4 +79,11 @@ jobs:
79
80
- name: Run integration tests
81
run: |
82
- pytest -v -r sx --color=yes -m '${{ env.HUB_TEST_MARKS }}' galaxy_ng/tests/integration
+ 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