summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-04-13 14:21:19 +0200
committerMiklos Vajna <vmiklos@collabora.com>2023-04-13 17:39:17 +0200
commit8c8e4ae16472a1a234b02144bb075dc179dfd6df (patch)
treeaffdb3cc0e149bf00aa389cc84947674cf0a64fb /uitest
parent94de79e7d3c980b576192d2f264bee658716163a (diff)
tdf#154451 uitest: use more oneprocess mode
Execution time changes: - UITest_writerperfect_epubexport: 20,023 -> 6,083s - UITest_svx_table: 15,214s -> 14,378s - UITest_cui_tabpages: 13,561s -> 12,503s - UITest_math_demo: 19,737s -> 13,578s Change-Id: Ide03d5d9cb884297291a5ed1351de5a7602fcba4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150346 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'uitest')
-rw-r--r--uitest/UITest_math_demo.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/UITest_math_demo.mk b/uitest/UITest_math_demo.mk
index a49b29f2c2dd..fcddbb712412 100644
--- a/uitest/UITest_math_demo.mk
+++ b/uitest/UITest_math_demo.mk
@@ -16,4 +16,7 @@ $(eval $(call gb_UITest_add_modules,math_demo,$(SRCDIR)/uitest,\
$(eval $(call gb_UITest_set_defs,math_demo, \
TDOC="$(SRCDIR)/uitest/math_tests/data" \
))
+
+$(eval $(call gb_UITest_use_oneprocess,math_demo))
+
# vim: set noet sw=4 ts=4: