We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80797f0 commit 2ecd975Copy full SHA for 2ecd975
main_test.go
@@ -12,6 +12,7 @@ const connstring = "localhost:3333"
12
13
func TestUDPServer(t *testing.T) {
14
go setupUDPServer(connstring)
15
+ time.Sleep(2 * time.Second)
16
conn, err := net.Dial("udp4", connstring)
17
if err != nil {
18
t.Error("Expected to connect to ", connstring)
0 commit comments