flutter/packages/flutter_tools/lib
Jonah Williams 44d0e52d20
[flutter_tools] remove fallback discovery and observatory timeout (#68756)
The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds.

This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
2020-10-29 18:43:47 -07:00
..
src [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
executable.dart [flutter_tools] reland: drive service (#68887) 2020-10-26 10:11:30 -07:00
runner.dart [flutter_tools] HACKTOBERFEST (#67882) 2020-10-12 09:31:02 -07:00