[Libreoffice-commits] .: test-bugzilla-files/test-bugzilla-files.py

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Feb 18 08:30:16 PST 2013


 test-bugzilla-files/test-bugzilla-files.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d76909476767770a803bec5e47a8fc0aebd24507
Author: Markus Mohrhard <markus.mohrhard at 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)


More information about the Libreoffice-commits mailing list