From 6eef97fd2f11f97c7c22315bac550d1e085bc5a9 Mon Sep 17 00:00:00 2001 From: yaya Date: Sat, 11 Dec 2021 20:28:46 +0800 Subject: [PATCH] doc: adding estimated execution time --- doc/guides/contributing/pull-requests.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index 0028969fa87b4b..4b98ea33b97578 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -251,7 +251,9 @@ And on Windows: > vcbuild test ``` -(See the [running tests][] section of Building guide for more details.) +(This code might take more than an hour to execute on a PC, want to run a part + of tests quickly or for more details see the [running tests][] section of Buil +ding guide.) ### Step 7: Push