sc/UITest_function_wizard.mk |    2 ++
 sc/UITest_goalSeek.mk        |    2 ++
 sc/UITest_inputLine.mk       |    2 ++
 sc/UITest_key_f4.mk          |    2 ++
 4 files changed, 8 insertions(+)

New commits:
commit 2c5f053757dd99f3d514383b796790dd0037a50d
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Jun 7 20:34:09 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Jun 8 08:08:16 2023 +0200

    UITest_function_wizard: use oneprocess mode
    
    Execution time goes from:
    
    real    0m29,352s
    
    to
    
    real    0m19,938s
    
    Also the same for UITest_goalSeek: 0m30,467s -> 0m26,829s
    
    Also the same for UITest_inputLine: 0m21,856s -> 0m15,508s
    
    Also the same for UITest_key_f4: 0m10,850s -> 0m9,881s
    
    Change-Id: Ie098410d1cef1076f124189f2283770f5a916e11
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152718
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sc/UITest_function_wizard.mk b/sc/UITest_function_wizard.mk
index 220fa6d36e21..8eea29850399 100644
--- a/sc/UITest_function_wizard.mk
+++ b/sc/UITest_function_wizard.mk
@@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,function_wizard, \
     TDOC="$(SRCDIR)/sc/qa/uitest/data" \
 ))
 
+$(eval $(call gb_UITest_use_oneprocess,function_wizard))
+
 # vim: set noet sw=4 ts=4:
diff --git a/sc/UITest_goalSeek.mk b/sc/UITest_goalSeek.mk
index 810f689ec6b9..89fa905ed361 100644
--- a/sc/UITest_goalSeek.mk
+++ b/sc/UITest_goalSeek.mk
@@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,goalSeek, \
     TDOC="$(SRCDIR)/sc/qa/uitest/data" \
 ))
 
+$(eval $(call gb_UITest_use_oneprocess,goalSeek))
+
 # vim: set noet sw=4 ts=4:
diff --git a/sc/UITest_inputLine.mk b/sc/UITest_inputLine.mk
index 41e21d7a42ab..8664edc95417 100644
--- a/sc/UITest_inputLine.mk
+++ b/sc/UITest_inputLine.mk
@@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,inputLine, \
     TDOC="$(SRCDIR)/sc/qa/uitest/data" \
 ))
 
+$(eval $(call gb_UITest_use_oneprocess,inputLine))
+
 # vim: set noet sw=4 ts=4:
diff --git a/sc/UITest_key_f4.mk b/sc/UITest_key_f4.mk
index b218986b38c2..08f021bf0835 100644
--- a/sc/UITest_key_f4.mk
+++ b/sc/UITest_key_f4.mk
@@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,key_f4, \
     TDOC="$(SRCDIR)/sc/qa/uitest/data" \
 ))
 
+$(eval $(call gb_UITest_use_oneprocess,key_f4))
+
 # vim: set noet sw=4 ts=4:

Reply via email to