sw/UITest_writer_tests7.mk |    2 ++
 uitest/UITest_demo_ui.mk   |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit a64d90da6976e6f04c68a5ea470c3dad2b8eb5a1
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Sep 20 20:10:05 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Sep 21 08:28:06 2023 +0200

    UITest_writer_tests7: use oneprocess mode
    
    Before: 7m37,421s
    
    After: 5m29,121s
    
    Also UITest_demo_ui: 1m43,126s -> 0m55,159s
    
    Change-Id: Idf705fdcdb62e27b4d42287f4c95fcd3893cdd4b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157106
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/UITest_writer_tests7.mk b/sw/UITest_writer_tests7.mk
index 01cc502715de..d1c3dc38c137 100644
--- a/sw/UITest_writer_tests7.mk
+++ b/sw/UITest_writer_tests7.mk
@@ -14,3 +14,5 @@ $(eval $(call 
gb_UITest_add_modules,writer_tests7,$(SRCDIR)/sw/qa/uitest,\
 $(eval $(call gb_UITest_set_defs,writer_tests7, \
     TDOC="$(SRCDIR)/sw/qa/uitest/data" \
 ))
+
+$(eval $(call gb_UITest_use_oneprocess,writer_tests7))
diff --git a/uitest/UITest_demo_ui.mk b/uitest/UITest_demo_ui.mk
index bb67e21b8bca..4c34962aa3a7 100644
--- a/uitest/UITest_demo_ui.mk
+++ b/uitest/UITest_demo_ui.mk
@@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,demo_ui, \
     TDOC="$(SRCDIR)/uitest/demo_ui/data" \
 ))
 
+$(eval $(call gb_UITest_use_oneprocess,demo_ui))
+
 # vim: set noet sw=4 ts=4:

Reply via email to