Skip to content

Commit

Permalink
increase conda-lock timeout to 20 min
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Aug 19, 2024
1 parent 0c081b8 commit afd147e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CondaLock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
environment-file: environment-condalock.yml

- name: Run conda-lock ${{ matrix.IMAGE }}
timeout-minutes: 10
timeout-minutes: 20
run: |
cd ${{ matrix.IMAGE }}
if [ ${{ matrix.IMAGE }} = "base-notebook" ]; then
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
reactions: hooray
reactions: hooray

0 comments on commit afd147e

Please sign in to comment.