Drop the read lock in the remaining tasks logger

This commit is contained in:
Omar Abdulla
2025-10-20 16:36:10 +03:00
parent 260ac5d98e
commit 1b43b0dd3f
@@ -205,6 +205,7 @@ pub async fn handle_differential_tests(
?remaining_tasks,
"Remaining Tests"
);
drop(remaining_tasks);
tokio::time::sleep(Duration::from_secs(10)).await
}
});