Skip to content

Commit c232b23

Browse files
Merge pull request #19148 from coreydaley/speed_up_extended_tests_build_pruning_2
changing timeout to 10 minutes
2 parents b86ce00 + 7006aa4 commit c232b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/builds/build_pruning.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var _ = g.Describe("[Feature:Builds][pruning] prune builds based on settings in
2828
groupBuildConfig = filepath.Join(buildPruningBaseDir, "default-group-build-config.yaml")
2929
oc = exutil.NewCLI("build-pruning", exutil.KubeConfigPath())
3030
pollingInterval = time.Second
31-
timeout = 2 * time.Minute
31+
timeout = 10 * time.Minute
3232
)
3333

3434
g.Context("", func() {

0 commit comments

Comments
 (0)