Merge pull request #5659 from guggero/unit-test-race-fix

multi: fix unit test for high CPU load envs
This commit is contained in:
Oliver Gugger
2021-08-24 15:16:28 +02:00
committed by GitHub
3 changed files with 16 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ var (
testRecoveryWindow uint32 = 150
defaultTestTimeout = 3 * time.Second
defaultTestTimeout = 30 * time.Second
defaultRootKeyIDContext = macaroons.ContextWithRootKeyID(
context.Background(), macaroons.DefaultRootKeyID,