summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-06-22 21:47:59 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-06-22 21:48:38 +0200
commit1b58aeda6b26a57fde7893594a949d88921b1656 (patch)
tree225bb909583b9900f7f022056faa6430ada0205b /uitest
parent836931e1597d80643680f30d904c7a0f34262cbd (diff)
mass-uitesting: increase timeout interval and reduce sleep time
Change-Id: Idd8e24376cb4956cf274ef9b24fef2bdc90557ae
Diffstat (limited to 'uitest')
-rwxr-xr-xuitest/mass-testing/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/mass-testing/run.py b/uitest/mass-testing/run.py
index a10f82f5..3acd8bce 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: