From 6a4eaf12ac60f5c23fdbce553bb6d2e625bd4e92 Mon Sep 17 00:00:00 2001 From: Lukas Stadler <lukas.stadler@oracle.com> Date: Fri, 13 May 2016 16:12:23 +0200 Subject: [PATCH] increase timeout to accomodate slow machines --- ci.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.hocon b/ci.hocon index bb288b35ea..4d414510b2 100644 --- a/ci.hocon +++ b/ci.hocon @@ -13,7 +13,7 @@ common : { } environment : { } - timelimit : "30:00" + timelimit : "1:00:00" } gateCmd : ["mx", "--strict-compliance", "originalgate", "--strict-mode", "-t"] -- GitLab