Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gen3-integration-tests/tests/test_gen3_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def test_access_internal_endpoints(self):
"command": [
# Known Funnel issue (#38): tasks are failing too early, which causes worker pods to remain stuck in the RUNNING state.
# Adding a temporary `sleep(10)` as a workaround to unblock the test until the underlying issue is fixed.
"sleep 10 && curl http://arborist-service/user"
f"sleep 10 && curl http://arborist-service.{pytest.namespace}/user"
],
}
],
Expand Down
Loading