Skip to content

Commit 746fc78

Browse files
committed
Allow each test to run for an hour at maximum instead of 10 minutes
As like 69d69b1, this commit relaxes the timeout of slow tests. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 004b92f commit 746fc78

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)