Skip to content

Commit

Permalink
revert DefaultBenchmarkTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Nov 25, 2023
1 parent c91474e commit 28c762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/internal/config/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
import "time"

// ベンチマーク走行時間タイムアウト
const DefaultBenchmarkTimeout = 10 * time.Second
const DefaultBenchmarkTimeout = 60 * time.Second

// スパム離脱割合
const TooManySpamThresholdPercentage = 30.0
Expand Down

0 comments on commit 28c762f

Please sign in to comment.