We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bc57f commit a32688dCopy full SHA for a32688d
x/boxutil/status_test.go
@@ -39,7 +39,6 @@ func TestWaitForReady(t *testing.T) {
39
ctx, cancel := context.WithCancel(context.Background())
40
time.AfterFunc(300*time.Millisecond, cancel)
41
go func() {
42
- time.Sleep(200 * time.Millisecond)
43
i.setReady()
44
}()
45
err := WaitForReady(ctx, i)
0 commit comments