From da908b43f88afedd85bdee970ab244155abe808f Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 3 Feb 2025 15:36:10 +0000 Subject: [PATCH] increate timeout for test --- tests/e2e/vm-secret-sync/00-create-vm.yaml | 3 --- tests/e2e/vm-secret-sync/01-assert.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/e2e/vm-secret-sync/00-create-vm.yaml b/tests/e2e/vm-secret-sync/00-create-vm.yaml index e33356501..5a80fe357 100644 --- a/tests/e2e/vm-secret-sync/00-create-vm.yaml +++ b/tests/e2e/vm-secret-sync/00-create-vm.yaml @@ -32,8 +32,5 @@ spec: disks: - secret: secretName: example-secret - items: - - key: foo - path: foo mountPath: /var/sync/example name: secret-foo diff --git a/tests/e2e/vm-secret-sync/01-assert.yaml b/tests/e2e/vm-secret-sync/01-assert.yaml index 4bf904533..0789da534 100644 --- a/tests/e2e/vm-secret-sync/01-assert.yaml +++ b/tests/e2e/vm-secret-sync/01-assert.yaml @@ -1,6 +1,6 @@ apiVersion: kuttl.dev/v1beta1 kind: TestAssert -timeout: 70 +timeout: 120 commands: - script: | set -eux