We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1687d2a commit ebae892Copy full SHA for ebae892
ci_scripts/test.sh
@@ -22,7 +22,7 @@ run_tests() {
22
PYTEST_ARGS=''
23
fi
24
25
- pytest -n 4 --duration=20 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py' $PYTEST_ARGS $test_dir
+ pytest -n 4 --durations=20 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py' $PYTEST_ARGS $test_dir
26
}
27
28
if [[ "$RUN_FLAKE8" == "true" ]]; then
0 commit comments