You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swancustomenvironments: Add a 45s timeout on cloning
As ATS clusters do not access to the internet, causing repository clones from Github to fail.
The git command timeout takes about 2 minutes to take action, but after around one minute, the frontend invokation to the backend gets timed out too, but without printing any message informing the user about the reason for it to fail. For this reason, a slightly smaller timeout (of 45s) needs to be explicitly done in the script to lead to an error that outputs a useful feedback in the frontend.
0 commit comments