Allow main waddrmgr test to run in parallel.
This commit is contained in:
parent
174005d586
commit
f37b4e84eb
1 changed files with 2 additions and 0 deletions
|
@ -1453,6 +1453,8 @@ func testSync(tc *testContext) bool {
|
|||
// It makes use of a test context because the address manager is persistent and
|
||||
// much of the testing involves having specific state.
|
||||
func TestManager(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
dbName := "mgrtest.bin"
|
||||
_ = os.Remove(dbName)
|
||||
db, mgrNamespace, err := createDbNamespace(dbName)
|
||||
|
|
Loading…
Add table
Reference in a new issue