You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase the durations in test_service_as_oracle_timeout_early_stop. (#3767)
## Motivation
`cargo test -p linera-chain` fails for me locally most of the time.
(Note that it only fails if I run _all_ the `linera-chain` tests. If
it's _only_ `test_service_as_oracle_timeout_early_stop`, it passes.)
## Proposal
Multiply the durations in the test by 10, to make them less flaky.
## Test Plan
With this change, `cargo test -p linera-chain` works for me, even in
debug mode.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- Closes#3766.
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments