File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ buildbottest: all platform
1018
1018
-@if which pybuildbot.identify >/dev/null 2>&1; then \
1019
1019
pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
1020
1020
fi
1021
- $(TESTRUNNER) -j 1 -u all -W --timeout=$(TESTTIMEOUT) $(TESTOPTS)
1021
+ $(TESTRUNNER) -j 1 -u all -W --slowest -- timeout=$(TESTTIMEOUT) $(TESTOPTS)
1022
1022
1023
1023
QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
1024
1024
test_multibytecodec test_urllib2_localnet test_itertools \
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
16
16
if NOT " %1 " == " " (set regrtest_args=%regrtest_args% %1 ) & shift & goto CheckOpts
17
17
18
18
echo on
19
- call " %here% ..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=900 %regrtest_args%
19
+ call " %here% ..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest -- timeout=900 %regrtest_args%
You can’t perform that action at this time.
0 commit comments