diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c07a2ac573333..06fe36ac54da3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -159,7 +159,7 @@ jobs: needs: [meta, build-cli, build-core] if: needs.meta.outputs.changed == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 30 + timeout-minutes: 20 strategy: matrix: k8s: @@ -311,7 +311,7 @@ jobs: needs: [meta, build-cli, build-core, build-ext] if: needs.meta.outputs.changed == 'true' runs-on: ubuntu-22.04 - timeout-minutes: 20 + timeout-minutes: 30 strategy: matrix: k8s: diff --git a/justfile b/justfile index f850f6c57db15..ab46df9c774e8 100644 --- a/justfile +++ b/justfile @@ -527,7 +527,7 @@ mc-flat-network-init: # Run the multicluster tests without any setup mc-test-run: LINKERD_DOCKER_REGISTRY='{{ DOCKER_REGISTRY }}' \ - go test -v -test.timeout=15m --failfast --mod=readonly \ + go test -v -test.timeout=20m --failfast --mod=readonly \ ./test/integration/multicluster/... \ -integration-tests \ -linkerd='{{ justfile_directory() }}/bin/linkerd' \