File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,12 @@ steps:
8585 env :
8686 DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
8787 NUMBER_OF_VMS : 100
88- EXTRAGOARGS : " -v -count=1 -race"
88+ EXTRAGOARGS : " -v -count=1 -race -timeout=1h "
8989 FICD_DM_VOLUME_GROUP : fcci-vg
9090 artifact_paths :
9191 - " runtime/logs/*"
9292 command :
9393 - make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
94- timeout_in_minutes : 30
9594
9695 - label : " :rotating_light: :exclamation: example tests"
9796 agents :
@@ -100,7 +99,7 @@ steps:
10099 hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
101100 env :
102101 DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
103- EXTRAGOARGS : " -v -count=1 -timeout=1h "
102+ EXTRAGOARGS : " -v -count=1 -race "
104103 FICD_DM_VOLUME_GROUP : fcci-vg
105104 artifact_paths :
106105 - " examples/logs/*"
You can’t perform that action at this time.
0 commit comments