Skip to content

Commit 99852af

Browse files
committed
Increase timeout
1 parent 4f34522 commit 99852af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

race_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ var _ = Describe("races", func() {
267267

268268
wg := performAsync(C, func(id int) {
269269
for {
270-
v, err := client.BLPop(ctx, 3*time.Second, "list").Result()
270+
v, err := client.BLPop(ctx, 5*time.Second, "list").Result()
271271
if err != nil {
272272
if err == redis.Nil {
273273
break

0 commit comments

Comments
 (0)