change default check-time to 180s

This commit is contained in:
Christoph
2026-03-19 12:42:08 +01:00
parent c3defbf675
commit 7bfbe12d5b
3 changed files with 5 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ func TestStatisticsCollector_getSessionStartTime(t *testing.T) {
c := &StatisticsCollector{
cfg: &config.Config{
Backend: config.Backend{
ReKeyTimeoutInterval: 150 * time.Second,
ReKeyTimeoutInterval: 180 * time.Second,
},
},
}