Commit 2bbe82ef authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Increase timeout and verbosity to diagnose devicelab failure (#8832)

parent 9a068c65
...@@ -69,7 +69,7 @@ TaskFunction createGalleryBackButtonMemoryTest() { ...@@ -69,7 +69,7 @@ TaskFunction createGalleryBackButtonMemoryTest() {
/// Measure application startup performance. /// Measure application startup performance.
class StartupTest { class StartupTest {
static const Duration _startupTimeout = const Duration(minutes: 2); static const Duration _startupTimeout = const Duration(minutes: 5);
StartupTest(this.testDirectory); StartupTest(this.testDirectory);
...@@ -86,6 +86,7 @@ class StartupTest { ...@@ -86,6 +86,7 @@ class StartupTest {
} }
await flutter('run', options: <String>[ await flutter('run', options: <String>[
'--verbose',
'--profile', '--profile',
'--trace-startup', '--trace-startup',
'-d', '-d',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment