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 4d5cee2 commit e49905fCopy full SHA for e49905f
src/channel.rs
@@ -347,7 +347,7 @@ mod tests {
347
.unwrap()
348
});
349
350
- tokio::time::sleep(std::time::Duration::from_secs(1)).await;
+ tokio::time::sleep(std::time::Duration::from_millis(200)).await;
351
352
let namespaces: HashSet<String> =
353
reqwest::get(format!("http://localhost:{port}/channels/namespaces"))
@@ -399,7 +399,7 @@ mod tests {
399
400
401
402
403
404
405
0 commit comments