Skip to content

Commit 9e36c57

Browse files
committed
set reasonable timeout for pull-kubernetes-e2e-ec2 (1h)
these are normally completing in ~30m, I've seen a 4h timeout that is clearly a buged run, no point in hanging for 4h on a PR
1 parent c00c8c6 commit 9e36c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/sig-cloud-provider/aws/ec2-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ presubmits:
1919
cluster: eks-prow-build-cluster
2020
decorate: true
2121
decoration_config:
22-
timeout: 4h
22+
timeout: 1h
2323
extra_refs:
2424
- org: kubernetes-sigs
2525
repo: provider-aws-test-infra

0 commit comments

Comments
 (0)