Skip to content

Commit

Permalink
Set timeout to 60 for test on GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
index-git committed Jun 22, 2021
1 parent 6bbcd75 commit 710adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf tmp/artifacts/*

if [ "$CI" == "true" ]
then
python3 src/assert_db.py && python3 src/wait_for_deps.py && python3 src/clear_layman_data.py && python3 -m pytest -m "not irritating" -W ignore::DeprecationWarning -xvv
python3 src/assert_db.py && python3 src/wait_for_deps.py && python3 src/clear_layman_data.py && python3 -m pytest -m "not irritating" --timeout=60 -W ignore::DeprecationWarning -xvv
else
python3 src/assert_db.py && python3 src/wait_for_deps.py && python3 src/clear_layman_data.py && python3 -m pytest -W ignore::DeprecationWarning -xvv
fi
Expand Down

0 comments on commit 710adf5

Please sign in to comment.