We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952efb3 commit 1e458caCopy full SHA for 1e458ca
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -51,10 +51,10 @@ pipeline:
51
- name: PYTHON_VERSION
52
timeout: 2m
53
- step:
54
+ timeout: 30m
55
type: Test
56
name: Run Python Tests
57
identifier: run_tests
- timeout: 10m
58
spec:
59
connectorRef: account.harnessImage
60
image: python:3.7.16-alpine
@@ -80,7 +80,6 @@ pipeline:
80
envVariables:
81
PYTHONPATH: ${PYTHONPATH}:.
82
PYTEST_ADDOPTS: "--verbose"
83
- timeout: 40m
84
85
type: Run
86
name: Extract Version
0 commit comments