wait until dns server is up

pull/1269/head
Darien Raymond 6 years ago
parent 156af4241d
commit dad0892a39
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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

Loading…
Cancel
Save