diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 62c4c156..4991be13 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,7 @@ env: jobs: test-suite: + timeout-minutes: 30 name: Full Test Suite runs-on: ubuntu-22.04 steps: @@ -35,7 +36,7 @@ jobs: - name: Run Go Tests run: make test - name: Run E2E Tests - timeout-minutes: 20 + timeout-minutes: 30 # Quite often, tests were failing due to "too many open files" errors, so we're fixing this here # Also, we want to see trace level logs if tests fail and the pipeline should exit on first error run: | diff --git a/go.work.sum b/go.work.sum index 68cb1b62..3cf3005a 100644 --- a/go.work.sum +++ b/go.work.sum @@ -389,6 +389,7 @@ github.com/distribution/distribution/v3 v3.0.0-20220526142353-ffbd94cbe269/go.mo github.com/docker/cli v20.10.20+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/cli v23.0.0+incompatible h1:bcM4syaQ+EM/iczJTimMOGzvnzJBFPFEf4acS7sZ+RM= github.com/docker/cli v23.0.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/docker v20.10.17+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v20.10.20+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v23.0.0+incompatible h1:L6c28tNyqZ4/ub9AZC9d5QUuunoHHfEH4/Ue+h/E5nE= github.com/docker/docker v23.0.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=