From 03400e20bfd71fd5a67234622571a2df6d61508f Mon Sep 17 00:00:00 2001 From: williamlardier Date: Wed, 4 Dec 2024 16:28:11 +0100 Subject: [PATCH] testing --- tests/ctst/features/quotas/Quotas.feature | 2 +- tests/ctst/steps/utils/kubernetes.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ctst/features/quotas/Quotas.feature b/tests/ctst/features/quotas/Quotas.feature index ab0ad3283..e050397e3 100644 --- a/tests/ctst/features/quotas/Quotas.feature +++ b/tests/ctst/features/quotas/Quotas.feature @@ -169,7 +169,7 @@ Feature: Quota Management for APIs # With 200 "current" bytes, we should accept up to 200 B (200 - 200 + input <= quota) And i delete object "obj-1" # Wait for inflights to be read by SCUBA - And I wait 3 seconds + And I wait 6- seconds # Try to write 300 And I PUT an object with size 300 Then the API should "fail" with "QuotaExceeded" diff --git a/tests/ctst/steps/utils/kubernetes.ts b/tests/ctst/steps/utils/kubernetes.ts index 147cf099b..2639732bf 100644 --- a/tests/ctst/steps/utils/kubernetes.ts +++ b/tests/ctst/steps/utils/kubernetes.ts @@ -96,7 +96,7 @@ export async function createJobAndWaitForCompletion( // use a non-exponential backoff strategy // try once per second for 2min 10s retries: { - retries: 130, + retries: 200, factor: 1, minTimeout: 1000, maxTimeout: 1000,