From ef39c04e1ef1e6e2cf17ea94d8ff58b62bf8ad03 Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Wed, 7 Sep 2022 15:27:45 -0700 Subject: [PATCH] timeout for tests (#257) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4fb98169..8f0d864e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,4 +101,5 @@ jobs: name: clio_tests - name: Run tests + timeout-minutes: 10 uses: XRPLF/clio-gha/test@main