Skip to content

Commit 76e4796

Browse files
authored
Increase pytest timeout for source verification (#1659)
1 parent 0be7ddb commit 76e4796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/source-package-verification.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python setup.py build && python setup.py install
2020
if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
2121
flake8 --exclude ./_venv,*_pb2.py
2222
make docs
23-
python -m pytest --timeout 600 --ignore=dest
23+
python -m pytest --timeout 1200 --ignore=dest
2424
else
25-
python -m pytest --timeout 600 --ignore=dest --ignore=tests/integration
25+
python -m pytest --timeout 1200 --ignore=dest --ignore=tests/integration
2626
fi

0 commit comments

Comments
 (0)