File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ task:
188
188
- netsh int ipv4 set dynamicport tcp start=1025 num=64511
189
189
- netsh int ipv6 set dynamicport tcp start=1025 num=64511
190
190
# Exclude feature_dbcrash for now due to timeout
191
- - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=6 --timeout-factor=8 --extended --exclude feature_dbcrash
191
+ - python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=99999999 --jobs=6 --timeout-factor=8 --extended --exclude feature_dbcrash
192
192
193
193
task :
194
194
name : ' ARM [unit tests, no functional tests] [bullseye]'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then
31
31
fi
32
32
33
33
if [ " $RUN_FUNCTIONAL_TESTS " = " true" ]; then
34
- CI_EXEC LD_LIBRARY_PATH=" ${DEPENDS_DIR} /${HOST} /lib" " ${TEST_RUNNER_ENV} " test/functional/test_runner.py --ci " $MAKEJOBS " --tmpdirprefix " ${BASE_SCRATCH_DIR} /test_runner/" --ansi --combinedlogslen=4000 --timeout-factor=" ${TEST_RUNNER_TIMEOUT_FACTOR} " " ${TEST_RUNNER_EXTRA} " --quiet --failfast
34
+ CI_EXEC LD_LIBRARY_PATH=" ${DEPENDS_DIR} /${HOST} /lib" " ${TEST_RUNNER_ENV} " test/functional/test_runner.py --ci " $MAKEJOBS " --tmpdirprefix " ${BASE_SCRATCH_DIR} /test_runner/" --ansi --combinedlogslen=99999999 --timeout-factor=" ${TEST_RUNNER_TIMEOUT_FACTOR} " " ${TEST_RUNNER_EXTRA} " --quiet --failfast
35
35
fi
36
36
37
37
if [ " ${RUN_TIDY} " = " true" ]; then
You can’t perform that action at this time.
0 commit comments