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
Autobuild lifecycle tests have a time.After(5 * time.Second) in a few places, which causes the tests to take ~15s.
The reason for the wait is to ensure that a workspace build occurs.
Investigate low-cost ways to improve these wait times.
The text was updated successfully, but these errors were encountered:
Autobuild lifecycle tests have a time.After(5 * time.Second) in a few places, which causes the tests to take ~15s.
The reason for the wait is to ensure that a workspace build occurs.
Investigate low-cost ways to improve these wait times.
The text was updated successfully, but these errors were encountered: