Skip to content

Commit 58ae358

Browse files
authored
Merge pull request #5483 from camilamacedo86/increase-timout-e2e
🌱 chore(e2e): Increase timeout from 40m to 60m
2 parents 6be273c + 50e291e commit 58ae358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function test_cluster {
8484
docker exec $KIND_CLUSTER-control-plane ctr --namespace=k8s.io images pull --platform ${kind_platform} docker.io/library/busybox:1.36.1 >/dev/null 2>&1
8585
fi
8686

87-
go test $(dirname "$0")/all $flags -timeout 40m
87+
go test $(dirname "$0")/all $flags -timeout 60m
8888

8989
docker save bitnami/kubectl:latest | docker exec -i $KIND_CLUSTER-control-plane ctr --namespace=k8s.io images import /dev/stdin
9090
}

0 commit comments

Comments
 (0)