Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(conductor): fix flaky restart test (#1575)
## Summary Fixed flaky conductor restart test. ## Background `soft_and_firm::conductor_restart_on_permission_denied` would sometimes fail due to receiving the firm block first. ## Changes - Added short delay to firm block response so the conductor will always receive the soft block first. ## Testing Test now passing. ## Related Issues closes #1566
- Loading branch information