Skip to content

Commit d06700b

Browse files
committed
Make random suffix longer.
1 parent 7dcafe3 commit d06700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use rdkafka::TopicPartitionList;
2020
pub fn rand_test_topic(test_name: &str) -> String {
2121
let id = rand::thread_rng()
2222
.gen_ascii_chars()
23-
.take(10)
23+
.take(20)
2424
.collect::<String>();
2525
format!("__{}_{}", test_name, id)
2626
}

0 commit comments

Comments
 (0)