Skip to content

Commit

Permalink
test/e2e: increase timeouts in order to mitigate possible slow CI run…
Browse files Browse the repository at this point in the history
…ners

Signed-off-by: f41gh7 <[email protected]>
  • Loading branch information
f41gh7 committed Dec 9, 2024
1 parent b3426c6 commit 32b8253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ var (
eventualDeploymentAppReadyTimeout = 60 * time.Second
eventualStatefulsetAppReadyTimeout = 80 * time.Second
eventualDeletionTimeout = 30 * time.Second
eventualDeploymentPodTimeout = 10 * time.Second
eventualExpandingTimeout = 5 * time.Second
eventualDeploymentPodTimeout = 12 * time.Second
eventualExpandingTimeout = 12 * time.Second
)

// Run e2e tests using the Ginkgo runner.
Expand Down

0 comments on commit 32b8253

Please sign in to comment.