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() {
/// Measure application startup performance.
class StartupTest {
static const Duration _startupTimeout = const Duration(minutes: 2);
static const Duration _startupTimeout = const Duration(minutes: 5);
StartupTest(this.testDirectory);
......@@ -86,6 +86,7 @@ class StartupTest {
}
await flutter('run', options: <String>[
'--verbose',
'--profile',
'--trace-startup',
'-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