mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
fix various integration tests with the python bindings
This commit is contained in:
@@ -46,7 +46,7 @@ async fn main() {
|
||||
cb(event);
|
||||
}
|
||||
} else {
|
||||
async_std::task::sleep(time::Duration::from_millis(50));
|
||||
async_std::task::sleep(time::Duration::from_millis(50)).await;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user