1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00

wait until dns server is up

This commit is contained in:
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

View File

@ -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{