Skip to content

Commit

Permalink
Fix Integration Tests (#5185)
Browse files Browse the repository at this point in the history
* Use a pipes-free Cactus

* Give the WDL Kubernetes cluster conformance tests a long time to run
  • Loading branch information
adamnovak authored Dec 12, 2024
1 parent 8e0d84a commit f8f3a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ cactus_integration:
- 'src/toil/test/cactus/test_cactus_integration.py'
stage: integration
script:
- export CACTUS_COMMIT_SHA=2d706d9c6637c85116533477693e6c73ed5b8a53
- export CACTUS_COMMIT_SHA=03295e9af99e2e9168ccd02e78a9f4c0c8dcd490
- set -e
- ${MAIN_PYTHON_PKG} -m virtualenv venv && . venv/bin/activate && make prepare && make develop extras=[aws]
- python setup_gitlab_docker.py # login to increase the docker.io rate limit
Expand Down
2 changes: 1 addition & 1 deletion src/toil/test/wdl/wdltoil_test_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@integrative
@slow
@pytest.mark.timeout(600)
@pytest.mark.timeout(1800)
class WDLKubernetesClusterTest(AbstractClusterTest):
"""
Ensure WDL works on the Kubernetes batchsystem.
Expand Down

0 comments on commit f8f3a98

Please sign in to comment.