This commit is contained in:
Adam Ierymenko 2021-07-29 13:24:28 -04:00
parent 69176d47e8
commit da5dcc9d9b
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -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;
}
}