Skip to content

Commit

Permalink
chore: bump timeout to 3min
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Apr 13, 2021
1 parent 5326632 commit 7d718c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fast/fast.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Measure() (*Fast, error) {
)
defer cancel()

ctx, cancel = context.WithTimeout(ctx, 60*time.Second)
ctx, cancel = context.WithTimeout(ctx, 180*time.Second)
defer cancel()

fast := new(Fast)
Expand Down

0 comments on commit 7d718c1

Please sign in to comment.