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
It would be very handy to extend pkg/test/ConcurrentT with a function WaitCtx(ctx, stages...) that fails and aborts the test if the context expires before the requested stages are done. This is important if we have contexts that should limit the duration of tests.