Increase startup delay for semantics_perf_test. (#21735)
This commit is contained in:
parent
29fae06f48
commit
de7ad06d6d
@ -25,7 +25,7 @@ void main() {
|
|||||||
|
|
||||||
test('inital tree creation', () async {
|
test('inital tree creation', () async {
|
||||||
// Let app become fully idle.
|
// Let app become fully idle.
|
||||||
await Future<Null>.delayed(const Duration(seconds: 1));
|
await Future<Null>.delayed(const Duration(seconds: 2));
|
||||||
|
|
||||||
final Timeline timeline = await driver.traceAction(() async {
|
final Timeline timeline = await driver.traceAction(() async {
|
||||||
expect(await driver.setSemantics(true), isTrue);
|
expect(await driver.setSemantics(true), isTrue);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user