From 671f78965b622902099d7ce4bd12950bcdbf103b Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 2 Aug 2019 11:07:19 -0400 Subject: [PATCH] Increase the timeout when running the unit tests in Jenkins --- .cico-pr.pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cico-pr.pipeline b/.cico-pr.pipeline index b5ceb0bc..61725175 100644 --- a/.cico-pr.pipeline +++ b/.cico-pr.pipeline @@ -64,7 +64,7 @@ node('factory2'){ } stage('Run Test Suites') { - timeout(20) { + timeout(30) { onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --no-tty' onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --no-tty' onmyduffynode '~/fm-orchestrator/contrib/run-unittests.sh --py3 --with-pgsql --no-tty'