diff --git a/app/rest/server_test.go b/app/rest/server_test.go index 9a922e89..2e76f40c 100644 --- a/app/rest/server_test.go +++ b/app/rest/server_test.go @@ -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 }