From: Bobby R. Bruce Date: Wed, 3 Feb 2021 02:16:12 +0000 (-0800) Subject: tests: Increase presubmit (Kokoro) timeout to 6 hours X-Git-Tag: develop-gem5-snapshot~156 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26a1970b164f14780d3174bf6ed8429e31933db9;p=gem5.git tests: Increase presubmit (Kokoro) timeout to 6 hours Kokoro is now frequnetly timing out. This will increase the timeout from 5 hours to 6 hours. Change-Id: I2124567142358ab183d962fcbd73ee9ea4e809a3 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40455 Reviewed-by: Jason Lowe-Power Reviewed-by: Gabe Black Maintainer: Jason Lowe-Power Tested-by: kokoro --- diff --git a/tests/jenkins/presubmit.cfg b/tests/jenkins/presubmit.cfg index 76bdb0440..a356c766d 100644 --- a/tests/jenkins/presubmit.cfg +++ b/tests/jenkins/presubmit.cfg @@ -3,4 +3,4 @@ # Location of the continuous batch script in repository. build_file: "jenkins-gem5-prod/tests/jenkins/presubmit.sh" -timeout_mins: 300 # 5 hours +timeout_mins: 360 # 6 hours