File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- 2021.08.26-378-g72f4b38
1
+ 2021.08.26-379-gece49c9
Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ if [ -f "$FUNC_TEST_SCRIPT" ]; then
128
128
else
129
129
if [[ " $GITHUB_WORKFLOW " =~ " Nightly" ]]
130
130
then
131
- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8 --nightly"
132
- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel' --nightly"
131
+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8 --nightly"
132
+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel' --nightly"
133
133
else
134
- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8"
135
- cmd_user_prefix bash -c " pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel'"
134
+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m parallel -n 8"
135
+ cmd_user_prefix bash -c " pytest -v --timeout=300 - r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_python.tests.functional -m 'not parallel'"
136
136
fi
137
137
fi
138
138
pushd ../pulp-cli
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ pytest-custom_exit_code
6
6
pytest-xdist
7
7
proxy.py~=2.4.4
8
8
trustme~=1.1.0
9
+ pytest-timeout
You can’t perform that action at this time.
0 commit comments