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
We need to update the test using walltime to properly perform time jumps and not run the watcher. Also we should use salts to reduce the test times by speeding up the deployments.
The text was updated successfully, but these errors were encountered:
Fixes#8325.
- Specifies a salt for `e2e_l1_with_wall_time` to speed up the test
- For `e2e_p2p` will set a salt and set a block time + update how the
validator set is specified. There seemed to be connection issues with
the initial sequencer, so found it useful to only use the new set.
Adding a transfer to self to ensure that we wait until the sets are
updated.
- Only start the `watcher` if we are not using walltime (e.g., when
`l1BlockTime` is not specified).
We need to update the test using walltime to properly perform time jumps and not run the watcher. Also we should use salts to reduce the test times by speeding up the deployments.
The text was updated successfully, but these errors were encountered: