Temporary: ensure CI env variable is being set

Antonio Scandurra created

Change summary

gpui/src/app.rs | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

gpui/src/app.rs 🔗

@@ -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 {