From 6eb3ac9bf9c5ace4a5e9fc2bd6276f41d7715837 Mon Sep 17 00:00:00 2001 From: williamlardier Date: Wed, 4 Dec 2024 23:31:49 +0100 Subject: [PATCH] Increase test waiting time - We use 2s but the scuba frequency is 2s, so if we are unlucky, we may not be able to have it flushed, leading to flakies Issue: ZENKO-4941 --- tests/ctst/features/quotas/Quotas.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ctst/features/quotas/Quotas.feature b/tests/ctst/features/quotas/Quotas.feature index 16eaf4f61..04c4da95a 100644 --- a/tests/ctst/features/quotas/Quotas.feature +++ b/tests/ctst/features/quotas/Quotas.feature @@ -81,11 +81,11 @@ Feature: Quota Management for APIs And a type And an environment setup for the API And an "existing" IAM Policy that "applies" with "ALLOW" effect for the current API - When I wait 3 seconds + When I wait 6 seconds And I PUT an object with size Then the API should "fail" with "QuotaExceeded" When i delete object "obj-1" - And I wait 3 seconds + And I wait 6 seconds And I PUT an object with size Then the API should "succeed" with ""