Unverified Commit 29c35626 authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

Increase no_output_timeout to 20m for WinConda (#1738)

Downloading CUDA-11.1 from conda-forge takes a while
parent 0f844305
......@@ -258,6 +258,7 @@ jobs:
- windows_install_cuda
- run:
name: Build conda packages
no_output_timeout: 20m
command: |
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
......
......@@ -258,6 +258,7 @@ jobs:
- windows_install_cuda
- run:
name: Build conda packages
no_output_timeout: 20m
command: |
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment