From a07c936739d1210976314a4fb8025be0f7dc1780 Mon Sep 17 00:00:00 2001 From: tbro Date: Fri, 10 Jan 2025 15:20:04 -0300 Subject: [PATCH] bump timeout for building binaries for tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 553510d2b..852dd0b9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,7 +95,7 @@ jobs: run: | cargo build --locked --profile test --bins cargo build --manifest-path ./sequencer-sqlite/Cargo.toml --target-dir ./target - timeout-minutes: 30 + timeout-minutes: 60 - name: Upload archive to workflow uses: actions/upload-artifact@v4