Skip to content

Commit

Permalink
Increase test waiting time
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
williamlardier committed Dec 4, 2024
1 parent 4b8c555 commit 6eb3ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ctst/features/quotas/Quotas.feature
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ Feature: Quota Management for APIs
And a <userType> 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 <uploadSize>
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 <uploadSize>
Then the API should "succeed" with ""

Expand Down

0 comments on commit 6eb3ac9

Please sign in to comment.