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.
test_persistent_log_write
1 parent 07afbc0 commit 4e9ecfbCopy full SHA for 4e9ecfb
src/query/service/tests/it/persistent_log/global_persistent_log.rs
@@ -67,6 +67,7 @@ pub async fn test_persistent_log_write() -> Result<()> {
67
write_remote_log(&config.log.persistentlog.stage_name).await?;
68
tokio::time::sleep(std::time::Duration::from_secs(random_sleep)).await;
69
}
70
+ tokio::time::sleep(std::time::Duration::from_secs(5)).await;
71
72
let res = fixture
73
.execute_query("select count(*) from persistent_system.query_log")
0 commit comments