Increase startup delay for semantics_perf_test. (#21735)

This commit is contained in:
Jacob Richman 2018-09-12 13:54:03 -07:00 committed by GitHub
parent 29fae06f48
commit de7ad06d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ void main() {
test('inital tree creation', () async {
// 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 {
expect(await driver.setSemantics(true), isTrue);