mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
fix test
This commit is contained in:
parent
69176d47e8
commit
da5dcc9d9b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ mod tests {
|
|||
}
|
||||
loop {
|
||||
std::thread::sleep(Duration::from_millis(100));
|
||||
if ctr.load(Ordering::Relaxed) >= 16384 * 8 {
|
||||
if ctr.load(Ordering::Relaxed) >= 16384 * 64 {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue