Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 086cee8

Browse files
committed
Upgrade wait timeout to max of 3 min
60s is bit tight. Last startup was 59s
1 parent ddecf00 commit 086cee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- uses: actions/checkout@master
205205
- name: "Start kind cluster"
206206
run: |
207-
kind create cluster --image kindest/node:v1.18.0 --wait 60s
207+
kind create cluster --image kindest/node:v1.18.0 --wait 3m
208208
- name: "Inspect kind cluster"
209209
run: |
210210
kubectl config current-context

0 commit comments

Comments
 (0)