Increase timeout and verbosity to diagnose devicelab failure (#8832)
This commit is contained in:
parent
9a068c65e4
commit
2bbe82ef30
@ -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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await flutter('run', options: <String>[
|
await flutter('run', options: <String>[
|
||||||
|
'--verbose',
|
||||||
'--profile',
|
'--profile',
|
||||||
'--trace-startup',
|
'--trace-startup',
|
||||||
'-d',
|
'-d',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user