diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-04-04 14:37:11 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-04-04 15:31:27 +0200 |
commit | 18cab645488184f1d861fb4e67aebb383f6e3779 (patch) | |
tree | 0b8a026582a87b672e897d3bddf835e5b991bf7b /sd | |
parent | 2a87a59a52ae26db5106f7d1f4346225d032b550 (diff) |
tdf#154451 UITest_impress_tests{,2}: enable oneprocess mode
Execution time changes:
- from 2m10,846s to 1m34,525s
- from 1m37,723s to 1m7,339s
for me.
Change-Id: Id1bf511ec01694497b9fbc6b95aa7c4ac9bb4a44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150019
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r-- | sd/UITest_impress_tests.mk | 4 | ||||
-rw-r--r-- | sd/UITest_impress_tests2.mk | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sd/UITest_impress_tests.mk b/sd/UITest_impress_tests.mk index 882e0a85cfee..bea78795112f 100644 --- a/sd/UITest_impress_tests.mk +++ b/sd/UITest_impress_tests.mk @@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,impress_tests,$(SRCDIR)/sd/qa/uitest,\ $(eval $(call gb_UITest_set_defs,impress_tests, \ TDOC="$(SRCDIR)/sd/qa/uitest/data" \ )) + +$(eval $(call gb_UITest_use_oneprocess,impress_tests)) + +# vim: set noet sw=4 ts=4: diff --git a/sd/UITest_impress_tests2.mk b/sd/UITest_impress_tests2.mk index 9ea1598b2e0f..43adeb211b0a 100644 --- a/sd/UITest_impress_tests2.mk +++ b/sd/UITest_impress_tests2.mk @@ -14,3 +14,7 @@ $(eval $(call gb_UITest_add_modules,impress_tests2,$(SRCDIR)/sd/qa/uitest,\ $(eval $(call gb_UITest_set_defs,impress_tests2, \ TDOC="$(SRCDIR)/sd/qa/uitest/data" \ )) + +$(eval $(call gb_UITest_use_oneprocess,impress_tests2)) + +# vim: set noet sw=4 ts=4: |