Skip to content

Commit cee9a01

Browse files
committed
Increase timeout on destroy infrastructure script
1 parent ec43410 commit cee9a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/destroy-infrastructure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ source $SCRIPT_DIR/lib/common-env.sh
1010

1111
root="$SCRIPT_DIR/.."
1212

13-
cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction -f -
13+
cat $root/cluster/eksctl/cluster.yaml | envsubst | eksctl delete cluster --wait --force --disable-nodegroup-eviction -f --timeout 45m -

0 commit comments

Comments
 (0)