diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index db2334f..9587295 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -7,7 +7,7 @@ on: - main jobs: - test-policies: + test: timeout-minutes: 30 runs-on: ubuntu-latest steps: @@ -21,4 +21,4 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Run tests - run: make test \ No newline at end of file + run: make test