Skip to content

Commit

Permalink
Increase timeout for 'longtest' CI job
Browse files Browse the repository at this point in the history
We have added new tests (Fokker-Planck collision operator and kinetic
electrons), which made the job take too long for the previous timeout.
  • Loading branch information
johnomotani committed Jan 13, 2025
1 parent 844c0db commit d95d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/longtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
fail-fast: false
timeout-minutes: 90
timeout-minutes: 120

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d95d691

Please sign in to comment.