Skip to content

Commit 5f54dc2

Browse files
committed
chore: optimize config_cluster_tests
1 parent 1e8d359 commit 5f54dc2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integration_tests/rust-client-test/tests/config/config_cluster_tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ async fn test_config_batch_add_query(
580580
let key = ConfigKey::new(data_id, &group, "");
581581
add_client.set_config(&key, value).await.unwrap();
582582
}
583+
584+
tokio::time::sleep(Duration::from_millis(100)).await;
583585

584586
// Query all configs
585587
for (data_id, expected_value) in &configs {

0 commit comments

Comments
 (0)