From cfdec7115cb428e3ba047a46ca0a999834e5e36f Mon Sep 17 00:00:00 2001 From: woodser Date: Sun, 29 Oct 2023 14:15:05 -0400 Subject: [PATCH] increase max test time to 90 minutes --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3875d289..54c73542 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: haveno-ts-e2e: - timeout-minutes: 60 + timeout-minutes: 90 runs-on: ubuntu-latest steps: