Merge pull request #665 from logos-blockchain/moudy/fix-valid-proof-timeout

ci: unblock valid-proof-test timeout
This commit is contained in:
Moudy 2026-08-01 22:34:27 +02:00 committed by GitHub
commit 3d95432e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -287,7 +287,7 @@ jobs:
needs: ci-image
if: github.event_name == 'push'
runs-on: ubuntu-latest
timeout-minutes: 90
timeout-minutes: 150
steps:
- uses: actions/checkout@v5
with:

View File

@ -226,9 +226,15 @@ keccak = { git = "https://github.com/logos-blockchain/sponges", rev = "3a56e9977
[profile.dev]
debug = "line-tables-only"
[profile.dev.package."*"]
opt-level = 3
[profile.test]
debug = "line-tables-only"
[profile.test.package."*"]
opt-level = 3
[workspace.lints.rust]
warnings = "deny"