Skip to content

Commit a32688d

Browse files
committed
improved test (and trigger travis build)
1 parent d8bc57f commit a32688d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x/boxutil/status_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func TestWaitForReady(t *testing.T) {
3939
ctx, cancel := context.WithCancel(context.Background())
4040
time.AfterFunc(300*time.Millisecond, cancel)
4141
go func() {
42-
time.Sleep(200 * time.Millisecond)
4342
i.setReady()
4443
}()
4544
err := WaitForReady(ctx, i)

0 commit comments

Comments
 (0)