Some tests do HTTP requests but don't have any timeout on the connection, which means that if the server is stuck the client will never return.
-> add some timeouts, starting with the uses of com.sun.jersey.api.client.Client
- is required by
-
NXP-16315 Fix freeze on TestOauth2Challenge
- Open