Unverified Commit 9574b7ca authored by Andrey Talman's avatar Andrey Talman Committed by GitHub
Browse files

Increase inactivity timeout (#2755)

parent 0f1d13ba
......@@ -271,6 +271,8 @@ jobs:
- attach_workspace:
at: third_party
- run:
name: Build conda packages
no_output_timeout: 30m
command: |
export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
packaging/build_conda.sh
......@@ -353,6 +355,7 @@ jobs:
at: third_party
- run:
name: Build wheel packages
no_output_timeout: 30m
command: |
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
......@@ -380,7 +383,7 @@ jobs:
at: third_party
- run:
name: Build conda packages
no_output_timeout: 20m
no_output_timeout: 30m
command: |
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
......
......@@ -271,6 +271,8 @@ jobs:
- attach_workspace:
at: third_party
- run:
name: Build conda packages
no_output_timeout: 30m
command: |
export FFMPEG_ROOT=${PWD}/third_party/ffmpeg
packaging/build_conda.sh
......@@ -353,6 +355,7 @@ jobs:
at: third_party
- run:
name: Build wheel packages
no_output_timeout: 30m
command: |
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
......@@ -380,7 +383,7 @@ jobs:
at: third_party
- run:
name: Build conda packages
no_output_timeout: 20m
no_output_timeout: 30m
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