We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359405d commit 21548ebCopy full SHA for 21548eb
1 file changed
crates/integration-tests/src/test/mx_list_refresh.rs
@@ -80,6 +80,7 @@ async fn mx_list_refresh() -> anyhow::Result<()> {
80
)?;
81
82
daemon.source.api_client().admin_bump_config_epoch().await?;
83
+ tokio::time::sleep(Duration::from_secs(3)).await;
84
85
send(&mut client, "[email protected]").await?;
86
0 commit comments