hi All, Gd mrg !! In my project i have integrated...
# announcements
m
hi All, Gd mrg !! In my project i have integrated roboelectric test dependency, while i am building app via Jenkins facing  below error
Copy code
ERROR: Failed to fetch maven artifact org.robolectric:android-all:9-robolectric-4913185-2

11:09:22  2021-04-28T11:09:21.613+0530 [DEBUG] [TestEventLogger]     java.util.concurrent.ExecutionException: java.net.ConnectException: Operation timed out (Connection timed out)
due to this all my unit-test cases are failing & finally build failing.  Can anyone help how to resolve this issue ? Similar Stackoverflow ticket is https://stackoverflow.com/questions/60710693/robolectric-fails-to-download-connection-time-out (edited)
😶 8