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
## Motivation
Right now the tests start and run just for one second, which since we're
doing a bunch of extra stuff now, it's not enough time. From the logs it
seems like we're trying to kill things before some messages sent with
`wait_for_outgoing_messages` (not coming from the benchmark specific
code) actually get delivered. So it seems like we just wait forever in
that case.
## Proposal
Run the tests for slightly longer (5 seconds instead of 1), and that
seems to prevent us from killing things too early. Might be a good
follow up to see if blocking cross chain messages should timeout?
## Test Plan
CI should pass now
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
0 commit comments