From a88c93b10e11626ad0b0256d116a0500c53ba31c Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 28 Jan 2016 08:47:36 +1100 Subject: [PATCH] Followup 91ad20, increase startup test timeout Now that the test has been improved we can safely bump the timeout up a lot --- tests/src/python/test_qgsappstartup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/python/test_qgsappstartup.py b/tests/src/python/test_qgsappstartup.py index 4662249037c..852385276fd 100644 --- a/tests/src/python/test_qgsappstartup.py +++ b/tests/src/python/test_qgsappstartup.py @@ -48,7 +48,7 @@ class TestPyQgsAppStartup(unittest.TestCase): # TODO: refactor parameters to **kwargs to handle all startup combinations def doTestStartup(self, option='', testDir='', testFile='', loadPlugins=False, customization=False, - timeOut=15, env=None, additionalArguments=[]): + timeOut=90, env=None, additionalArguments=[]): """Run QGIS with the given option. Wait for testFile to be created. If time runs out, fail. """