From 736d616e2e735e90c82afe92f7d78bc786ff1df4 Mon Sep 17 00:00:00 2001
From: Pete Peterson <peterfpeterson@gmail.com>
Date: Fri, 28 Apr 2017 12:38:35 -0400
Subject: [PATCH] Set network timeout for system tests

---
 Testing/SystemTests/lib/systemtests/stresstesting.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Testing/SystemTests/lib/systemtests/stresstesting.py b/Testing/SystemTests/lib/systemtests/stresstesting.py
index 0d23d38ae9b..0047b3723a5 100644
--- a/Testing/SystemTests/lib/systemtests/stresstesting.py
+++ b/Testing/SystemTests/lib/systemtests/stresstesting.py
@@ -938,6 +938,7 @@ class MantidFrameworkConfig:
         # datasearch
         if self.__datasearch:
             config["datasearch.searcharchive"] = 'On'
+            config['network.default.timeout'] = '1'
 
         # Save this configuration
         config.saveConfig(self.__userPropsFile)
-- 
GitLab