mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Revert "Increase connection timeout" (#13418)
This commit is contained in:
parent
e1018fab34
commit
496534cc01
@ -105,7 +105,7 @@ Future<VMIsolateRef> _connectToRunnerIsolate(int vmServicePort) async {
|
|||||||
throw 'not ready yet';
|
throw 'not ready yet';
|
||||||
return isolate;
|
return isolate;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
const Duration connectionTimeout = const Duration(seconds: 4);
|
const Duration connectionTimeout = const Duration(seconds: 2);
|
||||||
if (new DateTime.now().difference(started) > connectionTimeout) {
|
if (new DateTime.now().difference(started) > connectionTimeout) {
|
||||||
throw new TimeoutException(
|
throw new TimeoutException(
|
||||||
'Failed to connect to the task runner process',
|
'Failed to connect to the task runner process',
|
||||||
|
Loading…
Reference in New Issue
Block a user