Skip to content

Commit 21548eb

Browse files
committed
mx_list_refresh: fix a test flake
1 parent 359405d commit 21548eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/integration-tests/src/test/mx_list_refresh.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ async fn mx_list_refresh() -> anyhow::Result<()> {
8080
)?;
8181

8282
daemon.source.api_client().admin_bump_config_epoch().await?;
83+
tokio::time::sleep(Duration::from_secs(3)).await;
8384

8485
send(&mut client, "[email protected]").await?;
8586
send(&mut client, "[email protected]").await?;

0 commit comments

Comments
 (0)