Skip to content

Commit d825458

Browse files
committed
Increase conda-lock timeout from 45 min to 2 hours
1 parent 302f739 commit d825458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CondaLock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
environment-file: environment-condalock.yml
3636

3737
- name: Run conda-lock ${{ matrix.IMAGE }}
38-
timeout-minutes: 45
38+
timeout-minutes: 120
3939
run: |
4040
cd ${{ matrix.IMAGE }}
4141
if [ ${{ matrix.IMAGE }} = "base-notebook" ]; then

0 commit comments

Comments
 (0)