You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
andrii-korotkov-verkada
changed the title
Try optimizing e2e tests by removing potentially redundant sleeps
Try optimizing e2e tests by removing potentially redundant sleeps from When/Then
Nov 30, 2024
Summary
One example is When, which has a sleep for 1 second, e.g.
argo-cd/test/e2e/fixture/applicationsets/context.go
Lines 29 to 33 in 02d6866
Maybe it can be removed or reduced. This would require some exploration and experimentation.
Motivation
Improve e2e tests run time.
Proposal
Explore why certain sleeps are there and experiment with removing them.
The text was updated successfully, but these errors were encountered: