From 1e5f84b376fbb51fb3a4b48aa6d774caa89eb71f Mon Sep 17 00:00:00 2001 From: Rahul Thakur Date: Sun, 8 Dec 2019 21:43:39 -0800 Subject: [PATCH] tests: Increase jenkins test timeout to 4 hours. Change-Id: I11d36a429254df01a46040325baff5b7d18e22b3 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23463 Reviewed-by: Bobby R. Bruce Reviewed-by: Giacomo Travaglini Maintainer: Bobby R. Bruce Tested-by: kokoro --- tests/jenkins/presubmit.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/jenkins/presubmit.cfg b/tests/jenkins/presubmit.cfg index 742a6fcff..6c9296e83 100644 --- a/tests/jenkins/presubmit.cfg +++ b/tests/jenkins/presubmit.cfg @@ -2,3 +2,5 @@ # Location of the continuous batch script in repository. build_file: "jenkins-gem5-prod/tests/jenkins/presubmit.sh" + +timeout_mins: 240 -- 2.30.2