diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 5a8bc69ed..04ce7f662 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -112,7 +112,7 @@ jobs: # Checks whether the base container works correctly. dockerized-unittests: - timeout-minutes: 30 + timeout-minutes: 60 runs-on: ubuntu-latest needs: - flake8 @@ -136,7 +136,7 @@ jobs: # Tests whether docker-compose up starts all components successfully and integration tests run through # Only one job to reduce Github CI usage integrationtests: - timeout-minutes: 30 + timeout-minutes: 60 runs-on: ubuntu-latest needs: - flake8