From 074dc55ab7e6eb3c1e9b29c2f634d3d811230349 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 19 May 2021 15:17:01 +0200 Subject: [PATCH] Temporary: ensure CI env variable is being set --- gpui/src/app.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpui/src/app.rs b/gpui/src/app.rs index efaf410dbb..1b01635eca 100644 --- a/gpui/src/app.rs +++ b/gpui/src/app.rs @@ -2315,6 +2315,8 @@ impl ViewHandle { Duration::from_millis(500) }; + log::error!("Duration is {:?}", duration); + async move { timeout(duration, async move { loop {