diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-09-20 20:10:05 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-09-21 08:28:06 +0200 |
commit | a64d90da6976e6f04c68a5ea470c3dad2b8eb5a1 (patch) | |
tree | 4320b2aaca9a2b277f145bcfb2bd8e76d45e820c /uitest | |
parent | 9844a197bfe91e7adb74e9e5859c7fbfaaf99e28 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/UITest_demo_ui.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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: |