diff --git a/.github/workflows/gitlab-ci.yml b/.github/workflows/gitlab-ci.yml index 56ef43788..1aa1073c3 100644 --- a/.github/workflows/gitlab-ci.yml +++ b/.github/workflows/gitlab-ci.yml @@ -13,7 +13,7 @@ on: jobs: gitlab-ci: runs-on: ubuntu-latest - timeout-minutes: 190 + timeout-minutes: 360 steps: - name: Check Gitlab CI uses: pulp-platform/pulp-actions/gitlab-ci@v2 diff --git a/Bender.yml b/Bender.yml index 27476a392..8429243e9 100644 --- a/Bender.yml +++ b/Bender.yml @@ -17,7 +17,7 @@ package: - "Florian Zaruba " dependencies: - common_cells: { git: "https://github.com/pulp-platform/common_cells.git", rev: "multicast-xbar" } + common_cells: { git: "https://github.com/pulp-platform/common_cells.git", rev: "multicast-xbar" } common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 } tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.2 }