From 1fa55bd7590a2007218a37b687597b537d66fd20 Mon Sep 17 00:00:00 2001 From: Adam Rozman Date: Fri, 3 Jan 2025 14:37:35 +0200 Subject: [PATCH] increase 1 timeout in external-inspection test this commit: - increases the timeout and refresh interval for the "external-inspection" spec's "waiting for the BMH to become available" test On some test platforms the previous configuration prooved to be insufficient. Tests were failing without any issue simply because of being a bit slower then expected. Signed-off-by: Adam Rozman --- test/e2e/config/fixture.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/config/fixture.yaml b/test/e2e/config/fixture.yaml index bb3a17b1fb..7a4a099c3f 100644 --- a/test/e2e/config/fixture.yaml +++ b/test/e2e/config/fixture.yaml @@ -38,7 +38,7 @@ intervals: inspection/wait-registering: ["5s", "10ms"] inspection/wait-registration-error: ["5s", "10ms"] inspection/wait-inspecting: ["5s", "10ms"] - inspection/wait-available: ["5s", "10ms"] + inspection/wait-available: ["1m", "1s"] external-inspection/wait-available: ["5s", "1ms"] default/wait-deployment: ["5m", "1s"] default/wait-namespace-deleted: ["1m", "1s"]