I'm using a testing infrastructure in a web UI, in which I run tests on Jenkins. One test fails in a certain step where we click on the download button and wait 300 seconds till a zip file is being downloaded. Locally it downloads after a few seconds up to 90. But on Jenkins, it keeps failing and never downloading the package.
What can be the reason for this kind of issue?