Skip to content

Commit 1e458ca

Browse files
committed
Update pipeline python-client
1 parent 952efb3 commit 1e458ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ pipeline:
5151
- name: PYTHON_VERSION
5252
timeout: 2m
5353
- step:
54+
timeout: 30m
5455
type: Test
5556
name: Run Python Tests
5657
identifier: run_tests
57-
timeout: 10m
5858
spec:
5959
connectorRef: account.harnessImage
6060
image: python:3.7.16-alpine
@@ -80,7 +80,6 @@ pipeline:
8080
envVariables:
8181
PYTHONPATH: ${PYTHONPATH}:.
8282
PYTEST_ADDOPTS: "--verbose"
83-
timeout: 40m
8483
- step:
8584
type: Run
8685
name: Extract Version

0 commit comments

Comments
 (0)