Skip to content

Commit ff53419

Browse files
Increasing timeouts for unit tests (#13849)
* Increasing timeouts for unit tests * fix timeouts --------- Co-authored-by: Valentijn Scholten <valentijnscholten@gmail.com>
1 parent 9e1863b commit ff53419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rest-framework-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# no celery or initializer needed for unit tests
6060
- name: Unit tests
61-
timeout-minutes: 15
61+
timeout-minutes: 20
6262
run: docker compose up --no-deps --exit-code-from uwsgi uwsgi
6363
env:
6464
DJANGO_VERSION: ${{ matrix.os }}

0 commit comments

Comments
 (0)