From 10f8a133975474dd9dd6879c02f79da20385b0ad Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Mon, 6 May 2024 11:30:52 -0400 Subject: [PATCH] longer time out --- .github/actions/ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci/action.yml b/.github/actions/ci/action.yml index ff843df9..f8dac11c 100644 --- a/.github/actions/ci/action.yml +++ b/.github/actions/ci/action.yml @@ -32,4 +32,4 @@ runs: - name: Run contract tests shell: bash - run: make contract-tests + run: TEST_HARNESS_PARAMS="-status-timeout 240" make contract-tests