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
Could the e2e tests be faster. There are places for possible easy optimizations.
For instance @navidshaikh has identified a time.Sleep(20 * time.Second) in line of commons.go which perhaps could be reduced or even removed all together?
The text was updated successfully, but these errors were encountered:
Originally added to ensure that the namespace is created since subsequent tests need the namespace to perform their work. Of course, optimally it should just check that the namespace is created vs waiting.
In what area(s)?
e2e
Classifications:
Ask your question here:
Could the e2e tests be faster. There are places for possible easy optimizations.
For instance @navidshaikh has identified a
time.Sleep(20 * time.Second)
in line of commons.go which perhaps could be reduced or even removed all together?The text was updated successfully, but these errors were encountered: