longer delay to let server start

This commit is contained in:
Umputun
2018-01-09 23:05:17 -06:00
parent f8a421fb06
commit d465905e24
+1 -1
View File
@@ -143,7 +143,7 @@ func prep(t *testing.T) *Server {
go func() {
srv.Run()
}()
time.Sleep(100 * time.Millisecond)
time.Sleep(200 * time.Millisecond)
return &srv
}