Skip to content

Commit 2eef957

Browse files
committed
Fix typo on time.
1 parent 96efc0d commit 2eef957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ func waitForTopic(ctx context.Context, t *testing.T, topic string) {
365365
}
366366

367367
t.Logf("retrying after 1s")
368-
time.Sleep(100 * time.Second)
368+
time.Sleep(100 * time.Millisecond)
369369
continue
370370
}
371371
}

0 commit comments

Comments
 (0)