mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
18 lines
662 B
TOML
18 lines
662 B
TOML
[profile.default]
|
|
retries = { backoff = "exponential", count = 2, delay = "2s", jitter = true }
|
|
slow-timeout = { period = "30s", terminate-after = 4 }
|
|
|
|
[[profile.default.overrides]]
|
|
filter = "test(general_state_tests)"
|
|
slow-timeout = { period = "1m", terminate-after = 10 }
|
|
|
|
[[profile.default.overrides]]
|
|
filter = "test(eest_fixtures)"
|
|
slow-timeout = { period = "2m", terminate-after = 10 }
|
|
|
|
# E2E tests using the testsuite framework from crates/e2e-test-utils
|
|
# These tests are located in tests/e2e-testsuite/ directories across various crates
|
|
[[profile.default.overrides]]
|
|
filter = "binary(e2e_testsuite)"
|
|
slow-timeout = { period = "2m", terminate-after = 3 }
|