Skip to content

Commit

Permalink
fix: increase example timeout (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev authored Oct 29, 2024
1 parent 90541c7 commit e9976b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func Example() {
}()

// Simulate some work
time.Sleep(2 * time.Second)
time.Sleep(5 * time.Second)

// Get current leader info
lockInfo, err := manager.GetLockInfo(ctx)
Expand Down

0 comments on commit e9976b0

Please sign in to comment.