Skip to content

Commit a64d298

Browse files
author
Taniya Mathur
committed
updatime timeout to 2 hour to account for concurrent pipelines
1 parent 6d58ac8 commit a64d298

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ developer_tests:
5151

5252
integration_tests:
5353
stage: integration_tests
54+
timeout: 2h
5455
# variables:
5556
# # In order to run tests in another account, add a AWS_CREDS_TARGET_ROLE variable to the Gitlab pipeline variables.
5657
# AWS_CREDS_TARGET_ROLE: ${AWS_CREDS_TARGET_ROLE}

scripts/sdlc/idp-cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ wait:
3939
poetry run idpcli monitor-pipeline \
4040
--pipeline-name=$(IDP_PIPELINE_NAME) \
4141
--initial-wait=180 \
42-
--max-wait=60
42+
--max-wait=120
4343

4444
put: zip
4545
cd $(IDP_CWD) && \

0 commit comments

Comments
 (0)