Skip to content

Commit 882837a

Browse files
authored
Merge pull request #593 from kzys/test-timeout
Allow each test to run for an hour at maximum instead of 10 minutes
2 parents 004b92f + 746fc78 commit 882837a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/al2_pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ steps:
3535
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
3636
env:
3737
NUMBER_OF_VMS: "100"
38+
EXTRAGOARGS: "-v -count=1 -timeout=1h"
3839
artifact_paths:
3940
- "runtime/logs/*"
4041
command:

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ steps:
100100
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
101101
env:
102102
DOCKER_IMAGE_TAG: "$BUILDKITE_BUILD_NUMBER"
103-
EXTRAGOARGS: "-v -count=1"
103+
EXTRAGOARGS: "-v -count=1 -timeout=1h"
104104
FICD_DM_VOLUME_GROUP: fcci-vg
105105
artifact_paths:
106106
- "examples/logs/*"

0 commit comments

Comments
 (0)