Configure git timeout on Jenkins pipeline with Classic UI

I need to clone a plugin git public repository(that is not mine), zip it, and upload it to my server. node { stage('clone') { // for display purposes // Get some code from a GitHub repository...