From 9c645088bf2dc7baea950f39d11ceb02f5eb9721 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 25 Feb 2023 21:33:52 +1100 Subject: give CI longer wait times before failing assertions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d09b8a53a..646fdde7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,8 +98,9 @@ jobs: restore-keys: | ${{runner.os}}-go- - name: Test code + # LONG_WAIT_BEFORE_FAIL means that for a given test assertion, we'll wait longer before failing run: | - go test pkg/integration/clients/*.go + LONG_WAIT_BEFORE_FAIL=true go test pkg/integration/clients/*.go build: runs-on: ubuntu-latest env: -- cgit v1.2.3