Skip to content

Commit cbed1e5

Browse files
author
Michał Kudela
committed
Raise beekeepy timeout for Beekeepy created in tests via test-tools
1 parent 63e24ad commit cbed1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ variables:
2727
MIRRORNET_SKELETON_KEY: "5JNHfZYKGaomSFvd4NUdQ9qMcEAC43kujbfjueTHpVapX1Kzq2n"
2828
TEST_TOOLS_VALIDATE_RESPONSE_SCHEMAS: "TRUE"
2929

30-
BEEKEEPY_INITIALIZATION_TIMEOUT: 30
31-
3230
include:
3331
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
3432
- local: '/scripts/ci-helpers/prepare_data_image_job.yml'

scripts/ci-helpers/prepare_data_image_job.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ variables:
44
DOCKER_BUILDER_TAG: "$CI_COMMON_JOB_VERSION"
55
DOCKER_DIND_TAG: "$CI_COMMON_JOB_VERSION"
66
IMAGE_REMOVER_TAG: "$CI_COMMON_JOB_VERSION"
7+
BEEKEEPY_INITIALIZATION_TIMEOUT: 60 # for test-tools
8+
BEEKEEPY_CLOSE_TIMEOUT: 60 # for test-tools
79

810
include:
911
- project: 'hive/common-ci-configuration'

0 commit comments

Comments
 (0)