commands: Improve server startup to make tests less flaky

Do this by announcing/listen on the local address before we start the server.
This commit is contained in:
Bjørn Erik Pedersen
2022-03-18 08:54:44 +01:00
parent 0e305d6958
commit 9539069f5e
5 changed files with 84 additions and 55 deletions

View File

@@ -169,7 +169,7 @@ func testGoFlags() string {
return ""
}
return "-test.short"
return "-timeout=1m"
}
// Run tests in 32-bit mode