aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-12-30 21:27:33 +0300
committerGitHub <noreply@github.com>2023-12-30 21:27:33 +0300
commit16848f950b47dcc3e10216a64c3f26493fdef11c (patch)
treed00598a97d87e24ad55287e9778063b189067992 /.github/workflows
parent79c9151802c165e9c4def9199436c9826ff11134 (diff)
parent48a2a1a437a48cc232725cc813242f98483b7697 (diff)
Merge pull request #14467 from akx/drop-basicsr
Drop basicsr dependency
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/run_tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml
index cd5c3f86..f42e4758 100644
--- a/.github/workflows/run_tests.yaml
+++ b/.github/workflows/run_tests.yaml
@@ -57,7 +57,7 @@ jobs:
2>&1 | tee output.txt &
- name: Run tests
run: |
- wait-for-it --service 127.0.0.1:7860 -t 600
+ wait-for-it --service 127.0.0.1:7860 -t 20
python -m pytest -vv --junitxml=test/results.xml --cov . --cov-report=xml --verify-base-url test
- name: Kill test server
if: always()