summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-25 21:33:52 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-25 21:37:16 +1100
commit9c645088bf2dc7baea950f39d11ceb02f5eb9721 (patch)
tree4d36bf12735db90c1c43b20834a01363072c3e00 /.github
parentdd1bf629b87db297a6336511a4e1ba39ba7afbc8 (diff)
give CI longer wait times before failing assertions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
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: