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