flutter/packages/flutter_tools/test
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
..
commands.shard Fix issue with --web-renderer. (#69319) 2020-10-29 14:43:06 -07:00
data [flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240) 2020-10-09 13:05:42 -07:00
general.shard [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
integration.shard Remove intl_translation from tool integration test (#69155) 2020-10-29 14:05:39 -07:00
src [flutter_tools] do not measure progress timeout (#67959) 2020-10-13 13:05:47 -07:00
template_test.dart [flutter_tools] implement safe file copy with multiple fallbacks (#69000) 2020-10-26 15:49:07 -07:00