mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Make the infinite test non-infinite
This commit is contained in:
parent
329a48c19d
commit
1c71e25234
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ impl TestNetwork {
|
|||
#[tokio::test]
|
||||
async fn test() {
|
||||
TestNetwork::new(4).await;
|
||||
loop {
|
||||
for _ in 0 .. 100 {
|
||||
tokio::task::yield_now().await;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue