Temporary: ensure CI env variable is being set
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user