mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 20:31:10 +00:00
Drop the read lock in the remaining tasks logger (#193)
* Drop the read lock in the remaining tasks logger * Increase substrate's timeout
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