wait until dns server is up

pull/1269/head
Darien Raymond 2018-09-10 22:29:35 +02:00
parent 156af4241d
commit dad0892a39
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ func TestUDPServer(t *testing.T) {
} }
go dnsServer.ListenAndServe() go dnsServer.ListenAndServe()
time.Sleep(time.Second)
config := &core.Config{ config := &core.Config{
App: []*serial.TypedMessage{ App: []*serial.TypedMessage{
@ -113,6 +114,7 @@ func TestPrioritizedDomain(t *testing.T) {
} }
go dnsServer.ListenAndServe() go dnsServer.ListenAndServe()
time.Sleep(time.Second)
config := &core.Config{ config := &core.Config{
App: []*serial.TypedMessage{ App: []*serial.TypedMessage{