Skip to content

Commit c427022

Browse files
committed
--amend
1 parent f0d9449 commit c427022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ commands:
9898
key: -<< pipeline.parameters.cache_key_version >>-win-sys-{{ .Branch }}-<< parameters.py_version >>
9999
- run:
100100
name: Preparing environment - system
101+
no_output_timeout: 20m
101102
command: |
102103
choco install -y --no-progress miniconda3
103104
choco install -y --no-progress openssl openjdk11jre
@@ -167,7 +168,7 @@ jobs:
167168
py_version: << parameters.py_version >>
168169
- run:
169170
name: Testing Hydra
170-
no_output_timeout: 20m
171+
no_output_timeout: 10m
171172
command: |
172173
$env:NOX_PYTHON_VERSIONS="<< parameters.py_version >>"
173174
$env:ConEmuDefaultCp=65001

0 commit comments

Comments
 (0)