flutter/packages/flutter_driver
Todd Volkert 9da0ec2736
Add a few timeouts to FlutterDriver.connect() (#16762)
We're seeing occasional test timeouts trying to call `FlutterDriver.connect()`.
Unfortunately, when the test is timed out at the test runner level, you don't
get a meaningful test failure or stack trace of where the timeout occurrred.
Your test harness also doesn't get to clean up, which can include things like
saving the device logs to see what was going on in the device.

Thus, this change adds timeouts in the places where we've most
commonly observed hangs during tests.
2018-04-19 15:09:07 -07:00
..
lib Add a few timeouts to FlutterDriver.connect() (#16762) 2018-04-19 15:09:07 -07:00
test Again move mockito to 300plus2 (#15981) 2018-03-28 12:07:12 -07:00
test_driver add driver failure test (#6776) 2016-11-09 15:28:30 -08:00
pubspec.yaml Update dependencies (#16442) 2018-04-10 14:27:53 -07:00