Skip to content

Commit

Permalink
Add no_output_timeout of 20m for conda packaging command.
Browse files Browse the repository at this point in the history
The compiling *.pyc files step once exceeded the default of 10m
  • Loading branch information
jonmmease committed Sep 8, 2018
1 parent e0e185e commit 1e4a3c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ jobs:
- run:
name: Create packages
command: .circleci/create_conda_packages.sh
no_output_timeout: 20m
- store_artifacts:
path: artifacts

Expand All @@ -348,6 +349,7 @@ jobs:
- run:
name: Create packages
command: .circleci/create_conda_packages.sh
no_output_timeout: 20m
- store_artifacts:
path: artifacts

Expand All @@ -362,6 +364,7 @@ jobs:
- run:
name: Create packages
command: .circleci/create_conda_packages.sh
no_output_timeout: 20m
- store_artifacts:
path: artifacts

Expand All @@ -376,6 +379,7 @@ jobs:
- run:
name: Create packages
command: .circleci/create_conda_packages.sh
no_output_timeout: 20m
- store_artifacts:
path: artifacts

Expand Down

0 comments on commit 1e4a3c7

Please sign in to comment.