Followup 91ad20, increase startup test timeout

Now that the test has been improved we can safely bump the timeout
up a lot
This commit is contained in:
Nyall Dawson 2016-01-28 08:47:36 +11:00
parent 95b26663f6
commit a88c93b10e

View File

@ -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.
"""