We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff10c8 commit 27b0277Copy full SHA for 27b0277
.circleci/config.yml
@@ -22,7 +22,7 @@ references:
22
command: |
23
python --version ; pip --version ; pip list
24
py.test pytorch_lightning tests -v --doctest-modules --junitxml=test-reports/pytest_junit.xml
25
- no_output_timeout: 30m
+ no_output_timeout: 15m
26
27
examples: &examples
28
run:
0 commit comments