##// END OF EJS Templates
tests: give more room for slowness in test-run-tests.t...
marmoute -
r42938:bac24a8a stable
parent child Browse files
Show More
@@ -1030,7 +1030,7 b' test for --time'
1030 1030 # Ran 1 tests, 0 skipped, 0 failed.
1031 1031 # Producing time report
1032 1032 start end cuser csys real Test
1033 \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} test-success.t (re)
1033 \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re)
1034 1034
1035 1035 test for --time with --job enabled
1036 1036 ====================================
@@ -1041,7 +1041,7 b' test for --time with --job enabled'
1041 1041 # Ran 1 tests, 0 skipped, 0 failed.
1042 1042 # Producing time report
1043 1043 start end cuser csys real Test
1044 \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} \s*[\d\.]{5} test-success.t (re)
1044 \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} \s*[\d\.]{5,8} test-success.t (re)
1045 1045
1046 1046 Skips
1047 1047 ================
General Comments 0
You need to be logged in to leave comments. Login now