[Libreoffice-commits] dev-tools.git: uitest/mass-testing

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 22 19:49:04 UTC 2020


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

New commits:
commit 1b58aeda6b26a57fde7893594a949d88921b1656
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Jun 22 21:47:59 2020 +0200
Commit:     Xisco Fauli <xiscofauli at 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:


More information about the Libreoffice-commits mailing list