Mercurial > hg-stable
changeset 42660:bac24a8a095a stable
tests: give more room for slowness in test-run-tests.t
The test expected any run-test.py run to end in less than 10 seconds. On slower
loaded CI machine, this gets slower than that. We give a bit more room to the
regexp.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 08 Aug 2019 10:55:06 +0200 |
parents | cba59b338976 |
children | 978c9a0c5974 |
files | tests/test-run-tests.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-run-tests.t Thu Aug 01 11:02:12 2019 -0700 +++ b/tests/test-run-tests.t Thu Aug 08 10:55:06 2019 +0200 @@ -1030,7 +1030,7 @@ # Ran 1 tests, 0 skipped, 0 failed. # Producing time report start end cuser csys real Test - \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} test-success.t (re) + \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re) test for --time with --job enabled ==================================== @@ -1041,7 +1041,7 @@ # Ran 1 tests, 0 skipped, 0 failed. # Producing time report start end cuser csys real Test - \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} test-success.t (re) + \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re) Skips ================