mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-30 11:47:59 +00:00
Drop the read lock in the remaining tasks logger
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user