Skip to content

Commit 5c85408

Browse files
committed
Worked On My Machine ™️
1 parent 41e84f6 commit 5c85408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
LINODE_CONTROL_PLANE_MACHINE_TYPE: g6-standard-2
136136
LINODE_MACHINE_TYPE: g6-standard-2
137137
CLUSTERCTL_CONFIG: /home/runner/work/cluster-api-provider-linode/cluster-api-provider-linode/e2e/gha-clusterctl-config.yaml
138-
LINODE_CLIENT_TIMEOUT: 30
138+
LINODE_CLIENT_TIMEOUT: 60
139139
run: make e2etest
140140

141141
- name: cleanup stale clusters

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ KUBEBUILDER_VERSION ?= v3.15.1
368368
CONTROLLER_TOOLS_VERSION ?= v0.16.5
369369
TILT_VERSION ?= 0.33.10
370370
KIND_VERSION ?= 0.23.0
371-
CHAINSAW_VERSION ?= v0.2.11
371+
CHAINSAW_VERSION ?= v0.2.12
372372
HUSKY_VERSION ?= v0.2.16
373373
NILAWAY_VERSION ?= d2274102dc2eab9f77cef849a5470a6ebf983125
374374
GOVULNC_VERSION ?= v1.1.1

0 commit comments

Comments
 (0)