mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-16 16:07:45 +08:00
test(usage): preserve terminal build release notification
This commit is contained in:
@@ -13743,7 +13743,7 @@ mod tests {
|
|||||||
.iter()
|
.iter()
|
||||||
.any(|record| record.request_id == blocked_request_id));
|
.any(|record| record.request_id == blocked_request_id));
|
||||||
|
|
||||||
release_build.notify_waiters();
|
release_build.notify_one();
|
||||||
timeout(Duration::from_secs(2), async {
|
timeout(Duration::from_secs(2), async {
|
||||||
loop {
|
loop {
|
||||||
let snapshot = runtime.metrics_snapshot();
|
let snapshot = runtime.metrics_snapshot();
|
||||||
|
|||||||
Reference in New Issue
Block a user