From e061e055bf6630da1f15a90886374671cd3d8cc7 Mon Sep 17 00:00:00 2001
From: Yannik Stradmann <yannik.stradmann@kip.uni-heidelberg.de>
Date: Thu, 16 Jan 2020 13:04:28 +0100
Subject: [PATCH] Relax simulation test timeout

High congestion on simulation nodes might lead to longer than expected
simulation times. In such cases, prematurely aborted tests lead to false
CI votes and higher total verification times.

Change-Id: Iba093ac15dd53626a532ee20fedd686268dbdc08
---
 wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wscript b/wscript
index 88cdba2..f14c90c 100644
--- a/wscript
+++ b/wscript
@@ -244,7 +244,7 @@ def build(bld):
                             TEST_BINARY_PATH=os.path.join(bld.env.PREFIX, 'build', 'libnux')),
         pylint_config=join(get_toplevel_path(), "code-format", "pylintrc"),
         pycodestyle_config=join(get_toplevel_path(), "code-format", "pycodestyle"),
-        test_timeout = 3000
+        test_timeout = 3600
     )
 
     bld(
-- 
GitLab