From 1de9ee40a7ed60af4ae98efd4e0291288282e994 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:07:28 -0500 Subject: [PATCH] increase CI timeout to 120 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 7fbca7b5..cacf6660 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: haveno-ts-e2e: - timeout-minutes: 90 + timeout-minutes: 120 runs-on: ubuntu-latest steps: