From f091fe31bc7ebd2bd30904cbc5723e7405182c8c Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Mon, 25 Mar 2019 06:39:41 +0100 Subject: [PATCH] :construction_worker: increased timeout --- .doozer.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index af012c34..db588e4f 100644 --- a/.doozer.json +++ b/.doozer.json @@ -16,7 +16,20 @@ "cd build", "../cmake-3.14.0/bin/cmake /project/repo/checkout", "make -j8", - "ctest -VV -j4 --timeout 3000" + "ctest -VV -j4 --timeout 10000" + ] + }, + "jessie-i386": { + "buildenv": "jessie-i386", + "builddeps": ["cmake", "build-essential"], + "buildcmd": [ + "uname -a", + "cd", + "mkdir build", + "cd build", + "cmake /project/repo/checkout", + "make -j8", + "ctest -VV -j8" ] }, "fedora24-x86_64": {