Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
9574b7ca
Unverified
Commit
9574b7ca
authored
Oct 11, 2022
by
Andrey Talman
Committed by
GitHub
Oct 11, 2022
Browse files
Increase inactivity timeout (#2755)
parent
0f1d13ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.circleci/config.yml
.circleci/config.yml
+4
-1
.circleci/config.yml.in
.circleci/config.yml.in
+4
-1
No files found.
.circleci/config.yml
View file @
9574b7ca
...
...
@@ -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
:
2
0m
no_output_timeout
:
3
0m
command
:
|
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
...
.circleci/config.yml.in
View file @
9574b7ca
...
...
@@ -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:
2
0m
no_output_timeout:
3
0m
command: |
set -ex
eval "$('/C/tools/miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment