Revert requirements changes due to memory issues.

Some change in the requirements here may be responsible for increased
CPU and memory usage.  This is causing production LMS for edx.org to run
into lots of performance issues.  Reverting for now until we can narrow
it down to which change caused the issue.
This commit is contained in:
Feanil Patel
2019-10-09 16:47:26 -04:00
parent 96aa11d9d3
commit 5d7bdf91b1
9 changed files with 55 additions and 55 deletions

View File

@@ -45,7 +45,7 @@ pipeline {
options {
sendSplunkConsoleLog()
timestamps()
timeout(60)
timeout(120)
}
stages {
stage('Mark build as pending on Github') {