Skip to content

Commit

Permalink
Change wakeup timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Feb 1, 2022
1 parent d0ae646 commit 372dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/timer.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/benbjohnson/clock"
)

const wakeupTimeout = 30 * time.Second
const wakeupTimeout = 60 * time.Second

// Timer measures active time between start and stop events
type Timer struct {
Expand Down

3 comments on commit 372dbee

@premultiply

This comment was marked as off-topic.

@andig

This comment was marked as off-topic.

@andig

This comment was marked as off-topic.

Please sign in to comment.