Temporary: ensure CI env variable is being set

This commit is contained in:
Antonio Scandurra 2021-05-19 15:17:01 +02:00
parent 1cf5413173
commit 074dc55ab7

View file

@ -2315,6 +2315,8 @@ impl<T: View> ViewHandle<T> {
Duration::from_millis(500)
};
log::error!("Duration is {:?}", duration);
async move {
timeout(duration, async move {
loop {