mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-03 19:43:15 +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
|
needs: ci-image
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 90
|
timeout-minutes: 150
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -226,9 +226,15 @@ keccak = { git = "https://github.com/logos-blockchain/sponges", rev = "3a56e9977
|
|||||||
[profile.dev]
|
[profile.dev]
|
||||||
debug = "line-tables-only"
|
debug = "line-tables-only"
|
||||||
|
|
||||||
|
[profile.dev.package."*"]
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
[profile.test]
|
[profile.test]
|
||||||
debug = "line-tables-only"
|
debug = "line-tables-only"
|
||||||
|
|
||||||
|
[profile.test.package."*"]
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
warnings = "deny"
|
warnings = "deny"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user