uitest/mass-testing/run.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1b58aeda6b26a57fde7893594a949d88921b1656
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Jun 22 21:47:59 2020 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Jun 22 21:48:38 2020 +0200

    mass-uitesting: increase timeout interval and reduce sleep time
    
    Change-Id: Idd8e24376cb4956cf274ef9b24fef2bdc90557ae

diff --git a/uitest/mass-testing/run.py b/uitest/mass-testing/run.py
index a10f82f..3acd8bc 100755
--- a/uitest/mass-testing/run.py
+++ b/uitest/mass-testing/run.py
@@ -105,12 +105,12 @@ def launchLibreOffice(logger, fileName, sofficePath, 
component, countInfo, isDeb
         # Kill the process if:
         # 1. The file can't be loaded in 'fileInterval' seconds
         # 2. The test can't be executed in 'testInterval' seconds
-        fileInterval = 20
+        fileInterval = 30
         testInterval = 20
         timeout = time.time() + fileInterval
         notLoaded = True
         while True:
-            time.sleep(1)
+            time.sleep(0.1)
 
             if time.time() > timeout:
                 if notLoaded:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to