testing: more time for TestCmdline.testSyncOutput2

When running under valgrind on a loaded machine, the test might run
for more than the 200s allowed earlier.
This commit is contained in:
Patrick Ohly 2014-02-02 19:14:37 +01:00
parent 1953dc2961
commit 856185019c
1 changed files with 1 additions and 1 deletions

View File

@ -8660,7 +8660,7 @@ no changes
self.checkSync(numReports=4)
@property("debug", False)
@timeout(200)
@timeout(usingValgrind() and 600 or 200)
def testSyncOutput2(self):
"""TestCmdline.testSyncOutput2 - run syncs between local dirs and check output, with two sources"""
self.setUpLocalSyncConfigs(enableCalendar=True)