Unverified Commit de7ad06d authored by Jacob Richman's avatar Jacob Richman Committed by GitHub

Increase startup delay for semantics_perf_test. (#21735)

parent 29fae06f
......@@ -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);
......
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