From c99744ad4558606c6cde57d79e3c3d0d78b4530e Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Tue, 14 Jan 2025 15:27:27 +0000 Subject: [PATCH] Bigger timeout for long test --- .github/workflows/long-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/long-test.yml b/.github/workflows/long-test.yml index d15ed9388eb..38999d52704 100644 --- a/.github/workflows/long-test.yml +++ b/.github/workflows/long-test.yml @@ -330,5 +330,5 @@ jobs: # Unit tests ./tests.sh --output-on-failure -L unit -j$(nproc --all) # All e2e tests, which are now supported on Mariner. - ./tests.sh --timeout 360 --output-on-failure -LE "benchmark|lts_compatibility" + ./tests.sh --timeout 1600 --output-on-failure -LE "benchmark|lts_compatibility" shell: bash