mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
wait until dns server is up
This commit is contained in:
parent
156af4241d
commit
dad0892a39
@ -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…
x
Reference in New Issue
Block a user