Skip to content

Commit 7d718c1

Browse files
authored
chore: bump timeout to 3min
1 parent 5326632 commit 7d718c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fast/fast.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func Measure() (*Fast, error) {
2424
)
2525
defer cancel()
2626

27-
ctx, cancel = context.WithTimeout(ctx, 60*time.Second)
27+
ctx, cancel = context.WithTimeout(ctx, 180*time.Second)
2828
defer cancel()
2929

3030
fast := new(Fast)

0 commit comments

Comments
 (0)