diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 946b50ee0cbd4..5a74f81d849d0 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -169,7 +169,7 @@ jobs: check-migrations: needs: changes if: needs.changes.outputs.backend == 'true' - timeout-minutes: 5 + timeout-minutes: 10 name: Validate Django migrations runs-on: ubuntu-latest