diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-09-27 20:19:23 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-09-28 08:06:48 +0200 |
commit | 2be27d23b9a4adbb491c48a0abeaa8ed7482e530 (patch) | |
tree | a048917d933824eb334100e87523b93860288f87 /uitest | |
parent | f8e591ab9182e0a61c4ae5b8f77b166fcaeaa877 (diff) |
UITest_impress_demo: use oneprocess mode
Before: 0m54,459s
After: 0m41,705s
Change-Id: Ie4cccff79b0df3bd4f01c10414c61ca46cade5d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157338
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/UITest_impress_demo.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/UITest_impress_demo.mk b/uitest/UITest_impress_demo.mk index e13d95494b51..bf30499e9a97 100644 --- a/uitest/UITest_impress_demo.mk +++ b/uitest/UITest_impress_demo.mk @@ -12,4 +12,7 @@ $(eval $(call gb_UITest_UITest,impress_demo)) $(eval $(call gb_UITest_add_modules,impress_demo,$(SRCDIR)/uitest,\ impress_tests/ \ )) + +$(eval $(call gb_UITest_use_oneprocess,impress_demo)) + # vim: set noet sw=4 ts=4: |