uitest/UITest_impress_demo.mk | 3 +++ 1 file changed, 3 insertions(+) New commits: commit 2be27d23b9a4adbb491c48a0abeaa8ed7482e530 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Wed Sep 27 20:19:23 2023 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Sep 28 08:06:48 2023 +0200
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 <vmik...@collabora.com> 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: