Commit 44f32aba authored by Evin Dunn's avatar Evin Dunn
Browse files

Configure timeout for conda in Jenkins

parent 3dbee4d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ for (lbl in labels) {
                condaEnv("isis3") {
                    // Environment
                    loginShell """
                        conda config --env --set remote_read_timeout_secs 3600
                        conda install -c conda-forge python=3 findutils
                        conda env update -f ${envFile} --prune
                        mkdir build install