Skip to content

Commit

Permalink
Increase CI test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Apr 3, 2024
1 parent 2c44f93 commit 568f3a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
jobs:
galaxy:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -122,6 +122,10 @@ jobs:
run: sudo -E .ci/scripts/galaxy_ng-tests.sh -m
shell: bash

# TODO: Remove after testing
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Backup & Restore
run: CI_TEST=galaxy .ci/scripts/backup_and_restore.sh -m
shell: bash
Expand Down

0 comments on commit 568f3a5

Please sign in to comment.