Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Dec 4, 2024
1 parent d66eba9 commit 03400e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ctst/features/quotas/Quotas.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/ctst/steps/utils/kubernetes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03400e2

Please sign in to comment.