Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (
writeLocalArtifacts = flag.String("write_local_artifacts", "", "Local path to download test artifacts from gcs.")
localPath = flag.String("local_path", "", "path where test output files are stored, can be modified for local testing")
images = flag.String("images", "", "comma separated list of images to test")
timeout = flag.String("timeout", "30m", "timeout for the test suite")
timeout = flag.String("timeout", "40m", "timeout for the test suite")
computeEndpointOverride = flag.String("compute_endpoint_override", "", "compute client endpoint override")
parallelCount = flag.Int("parallel_count", 5, "TestParallelCount")
parallelStagger = flag.String("parallel_stagger", "60s", "parseable time.Duration to stagger each parallel test")
Expand Down