Skip to content

Commit

Permalink
Devops: Increase timeout for create-conda-environment job
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Mar 25, 2024
1 parent b1201eb commit 2191261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
needs: [validate-dependency-specification]
if: github.repository == 'aiidateam/aiida-core'
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 15

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

0 comments on commit 2191261

Please sign in to comment.