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 0be7ddb commit 76e4796Copy full SHA for 76e4796
tools/source-package-verification.sh
@@ -20,7 +20,7 @@ python setup.py build && python setup.py install
20
if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
21
flake8 --exclude ./_venv,*_pb2.py
22
make docs
23
- python -m pytest --timeout 600 --ignore=dest
+ python -m pytest --timeout 1200 --ignore=dest
24
else
25
- python -m pytest --timeout 600 --ignore=dest --ignore=tests/integration
+ python -m pytest --timeout 1200 --ignore=dest --ignore=tests/integration
26
fi
0 commit comments