mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
Remove the deadlock_detection feature (#7497)
* related #7494 Removes the `deadlock_detection` feature, since we now have a more primitive panic-after-30s deadlock detection which works well enough and even detects kinds of deadlocks that the `deadlock_detection` feature never supported.
This commit is contained in:
@@ -62,6 +62,9 @@ fn test_demo_app() {
|
||||
.type_text("file://../eframe/data/icon.png");
|
||||
|
||||
harness.get_by_role_and_label(Role::Button, "✔").click();
|
||||
|
||||
// Wait for the image to load
|
||||
harness.try_run_realtime().ok();
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user