Skip to content

Commit d3b553e

Browse files
committed
Increase smoke test timeouts and minikube resources
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
1 parent 10a1f53 commit d3b553e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/integration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
if: matrix.platform == 'minikube'
5555
uses: medyagh/setup-minikube@e9e035a86bbc3caea26a450bd4dbf9d0c453682e # v0.0.21
5656
with:
57+
cpus: 'max'
58+
memory: 10g
5759
minikube-version: 'latest'
5860
addons: registry,ingress,ingress-dns
5961
insecure-registry: 'localhost:5000,10.0.0.0/24'
@@ -79,3 +81,4 @@ jobs:
7981
with:
8082
overlay: ${{ matrix.overlay }}
8183
condition-overrides: ${{ matrix.condition-overrides }}
84+
timeout: '600s'

0 commit comments

Comments
 (0)