We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d58ac8 commit a64d298Copy full SHA for a64d298
.gitlab-ci.yml
@@ -51,6 +51,7 @@ developer_tests:
51
52
integration_tests:
53
stage: integration_tests
54
+ timeout: 2h
55
# variables:
56
# # In order to run tests in another account, add a AWS_CREDS_TARGET_ROLE variable to the Gitlab pipeline variables.
57
# AWS_CREDS_TARGET_ROLE: ${AWS_CREDS_TARGET_ROLE}
scripts/sdlc/idp-cli/Makefile
@@ -39,7 +39,7 @@ wait:
39
poetry run idpcli monitor-pipeline \
40
--pipeline-name=$(IDP_PIPELINE_NAME) \
41
--initial-wait=180 \
42
- --max-wait=60
+ --max-wait=120
43
44
put: zip
45
cd $(IDP_CWD) && \
0 commit comments