diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8abe679f..95b8395f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -43,7 +43,6 @@ jobs: runs-on: ${{ matrix.os }} env: IngressHTTPPort: 80 - IngressTimeout: 120000 strategy: matrix: kind_version: [v0.22.0] @@ -61,7 +60,7 @@ jobs: uses: iFaxity/wait-on-action@v1 with: resource: http://localhost:80 - timeout: $IngressTimeout + timeout: 120000 - name: Check that ingress is available run: | set +e