Skip to content

Commit

Permalink
Bigger timeout for long test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets committed Jan 14, 2025
1 parent 5cef14b commit c99744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c99744a

Please sign in to comment.