fix various integration tests with the python bindings

This commit is contained in:
dignifiedquire
2020-03-22 16:21:15 +01:00
parent 9b4c195872
commit 20ef115eb2
8 changed files with 86 additions and 39 deletions

View File

@@ -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;
}
}
});