Hi, I am facing network timeout issue in my travis build which is running in macOS
Background: I use travis to run my automation suite where I spin browsers and run my test suite. Few test cases fail because of these network issues. In my test report there are few tests failed and the screenshot shows network issue.
This is the OS configuration
os: osx
language: java
jdk: oraclejdk11
osx_image: xcode10.1
As advised in some blog, I am using the below addon in my travis, but still I face the network issue. I tried to find any error in my build logs but I am not sure what I should look for.
addons:
apt:
config:
retries: true
Below is the error which I got in my report screenshot
Please can someone share your thoughts.