Skip to content

Commit

Permalink
[ci] longer time-out
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Nov 5, 2023
1 parent cb925fa commit f6bc374
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ name: Test

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
schedule:
- cron: '42 4 5,20 * *'


jobs:
Sherpa:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -171,7 +167,7 @@ jobs:

Xspec:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 120
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f6bc374

Please sign in to comment.