test-bugzilla-files/test-bugzilla-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d76909476767770a803bec5e47a8fc0aebd24507 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Mon Feb 18 17:30:12 2013 +0100 set timeout back to 45 seconds 5 seconds was just the time for testing that the timeout works diff --git a/test-bugzilla-files/test-bugzilla-files.py b/test-bugzilla-files/test-bugzilla-files.py index a53c181..4dca76d 100644 --- a/test-bugzilla-files/test-bugzilla-files.py +++ b/test-bugzilla-files/test-bugzilla-files.py @@ -324,7 +324,7 @@ class LoadFileTest: url = "file://" + quote(self.file) xDoc = None args = [connection] - t = threading.Timer(5, alarm_handler, args) + t = threading.Timer(45, alarm_handler, args) t.start() xDoc = loadFromURL(xContext, url, connection) self.state.goodFiles.append(self.file) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits