summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: