• Todd Volkert's avatar
    Add a few timeouts to FlutterDriver.connect() (#16762) · 9da0ec27
    Todd Volkert authored
    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.
    9da0ec27
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...