Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Feb 10, 2025
1 parent d8c2f06 commit f3ed894
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ on:
- '*'
env:
GALAXY_FORK: galaxyproject
GALAXY_BRANCH: release_24.1
GALAXY_BRANCH: release_24.2
MAX_CHUNKS: 4
MAX_FILE_SIZE: 1M
FAIL_LEVEL: warn
concurrency:
# Group runs by PR, but keep runs on the default branch separate
# because we do not want to cancel ToolShed uploads
Expand Down Expand Up @@ -306,7 +307,7 @@ jobs:
chunk-count: ${{ needs.setup.outputs.chunk-count }}
galaxy-slots: ${{ steps.cpu-cores.outputs.count }}
# Limit each test to 15 minutes
test_timeout: 900
test_timeout: 1800
- uses: actions/upload-artifact@v4
with:
name: 'Tool test output ${{ matrix.chunk }}'
Expand Down

0 comments on commit f3ed894

Please sign in to comment.