Unverified Commit 52d17b66 authored by Yegor's avatar Yegor Committed by GitHub

[web] remove timeout when waiting for browser to launch (#101843)

parent 08a23498
......@@ -698,10 +698,7 @@ class BrowserManager {
completer.completeError(error, stackTrace);
}));
return completer.future.timeout(const Duration(seconds: 30), onTimeout: () {
chrome.close();
throwToolExit('Timed out waiting for ${runtime.name} to connect.');
});
return completer.future;
}
/// Loads [_BrowserEnvironment].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment