mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
Merge pull request #5659 from guggero/unit-test-race-fix
multi: fix unit test for high CPU load envs
This commit is contained in:
@@ -41,7 +41,7 @@ var (
|
||||
|
||||
testRecoveryWindow uint32 = 150
|
||||
|
||||
defaultTestTimeout = 3 * time.Second
|
||||
defaultTestTimeout = 30 * time.Second
|
||||
|
||||
defaultRootKeyIDContext = macaroons.ContextWithRootKeyID(
|
||||
context.Background(), macaroons.DefaultRootKeyID,
|
||||
|
||||
Reference in New Issue
Block a user