Skip to content

Commit 1e4a3c7

Browse files
committed
Add no_output_timeout of 20m for conda packaging command.
The compiling *.pyc files step once exceeded the default of 10m
1 parent e0e185e commit 1e4a3c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ jobs:
334334
- run:
335335
name: Create packages
336336
command: .circleci/create_conda_packages.sh
337+
no_output_timeout: 20m
337338
- store_artifacts:
338339
path: artifacts
339340

@@ -348,6 +349,7 @@ jobs:
348349
- run:
349350
name: Create packages
350351
command: .circleci/create_conda_packages.sh
352+
no_output_timeout: 20m
351353
- store_artifacts:
352354
path: artifacts
353355

@@ -362,6 +364,7 @@ jobs:
362364
- run:
363365
name: Create packages
364366
command: .circleci/create_conda_packages.sh
367+
no_output_timeout: 20m
365368
- store_artifacts:
366369
path: artifacts
367370

@@ -376,6 +379,7 @@ jobs:
376379
- run:
377380
name: Create packages
378381
command: .circleci/create_conda_packages.sh
382+
no_output_timeout: 20m
379383
- store_artifacts:
380384
path: artifacts
381385

0 commit comments

Comments
 (0)