mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-03 11:33:11 +00:00
Merge pull request #665 from logos-blockchain/moudy/fix-valid-proof-timeout
ci: unblock valid-proof-test timeout
This commit is contained in:
commit
3d95432e65
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user