Skip to content

Commit

Permalink
increased conda env create timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanWalsh committed Apr 9, 2024
1 parent ee5f9a9 commit 0283649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
# path: $(CONDA_CACHE_DIR)
# cacheHitVar: CONDA_CACHE_RESTORED
- bash: |
(timeout 15m conda env create --force -f environment.yml -v) || (timeout 15m conda env create --force -f environment.yml -v)
(timeout 30m conda env create --force -f environment.yml -v) || (timeout 30m conda env create --force -f environment.yml -v)
displayName: Create Anaconda environment
retryCountOnTaskFailure: 1
# condition: eq(variables.CONDA_CACHE_RESTORED, 'false')

0 comments on commit 0283649

Please sign in to comment.