Skip to content

Commit 5b7aeff

Browse files
authored
Merge pull request #1544 from lightninglabs/increase-planter-unit-test-default-timeout
tapgarden: increase unit test default timeout from 10s to 30s
2 parents 5eb134b + d1ba1f4 commit 5b7aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tapgarden/planter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import (
4646
// Default to a large interval so the planter never actually ticks and only
4747
// rely on our manual ticks.
4848
var (
49-
defaultTimeout = time.Second * 10
49+
defaultTimeout = time.Second * 30
5050
noCaretakerStates = fn.NewSet(
5151
tapgarden.BatchStatePending,
5252
tapgarden.BatchStateSeedlingCancelled,

0 commit comments

Comments
 (0)