Unverified Commit 77403ba6 authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Experiment to understand test flakiness (#15872)

parent f8058d7f
...@@ -97,6 +97,8 @@ class FlutterProject { ...@@ -97,6 +97,8 @@ class FlutterProject {
<String>['--stop'], <String>['--stop'],
canFail: true, canFail: true,
); );
// TODO(mravn): Investigating if flakiness is timing dependent.
await new Future<Null>.delayed(const Duration(seconds: 10));
} }
await parent.delete(recursive: true); await parent.delete(recursive: true);
} }
......
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