Upgrade virtualenv version

This commit is contained in:
Frost Ming
2020-10-30 13:05:07 +08:00
parent e6edaa6977
commit 83bb15ed18
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -80,4 +80,4 @@ jobs:
PYTHONIOENCODING: 'utf-8'
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no
run: |
pipenv run pytest -ra -n 4 --fulltrace --timeout=60 tests
pipenv run pytest -ra -n 4 --timeout=300 tests