diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-06-07 20:34:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-06-08 08:08:16 +0200 |
commit | 2c5f053757dd99f3d514383b796790dd0037a50d (patch) | |
tree | 20e7dd9685b8c85e0c28fa175a17d625d32f83b0 /sc/UITest_key_f4.mk | |
parent | ee8405d7567c35ae240e014fe1da289b4bb1abe2 (diff) |
UITest_function_wizard: use oneprocess mode
Execution time goes from:
real 0m29,352s
to
real 0m19,938s
Also the same for UITest_goalSeek: 0m30,467s -> 0m26,829s
Also the same for UITest_inputLine: 0m21,856s -> 0m15,508s
Also the same for UITest_key_f4: 0m10,850s -> 0m9,881s
Change-Id: Ie098410d1cef1076f124189f2283770f5a916e11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152718
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/UITest_key_f4.mk')
-rw-r--r-- | sc/UITest_key_f4.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/UITest_key_f4.mk b/sc/UITest_key_f4.mk index b218986b38c2..08f021bf0835 100644 --- a/sc/UITest_key_f4.mk +++ b/sc/UITest_key_f4.mk @@ -17,4 +17,6 @@ $(eval $(call gb_UITest_set_defs,key_f4, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) +$(eval $(call gb_UITest_use_oneprocess,key_f4)) + # vim: set noet sw=4 ts=4: |