File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ mod test {
358358 use crate :: dht:: test:: * ;
359359 use std:: { collections:: HashSet , pin:: pin} ;
360360
361- #[ tokio:: test( flavor = "multi_thread" , worker_threads = 2 ) ]
361+ #[ tokio:: test( flavor = "multi_thread" , worker_threads = 3 ) ]
362362 async fn builder ( ) {
363363 let cfg = crate :: Config {
364364 shared_key : "d061545647652562b4648f52e8373b3a417fc0df56c332154460da1801b341e9"
@@ -369,7 +369,7 @@ mod test {
369369 let ( _cache, _events) = Builder :: from_config ( cfg) . make_channel ( ) . await . unwrap ( ) ;
370370 }
371371
372- #[ tokio:: test]
372+ #[ tokio:: test( flavor = "multi_thread" , worker_threads = 3 ) ]
373373 async fn syncronization ( ) {
374374 let [ mut a, mut b, mut c] = make_peers ( 2 ) . await ;
375375 let mut d = make_peer ( 2 ) . await ;
You can’t perform that action at this time.
0 commit comments