commit | 77403ba6ec98972da5daa6f50bd5d626db4a5f4a | [log] [tgz] |
---|---|---|
author | Mikkel Nygaard Ravn <mravn@google.com> | Thu Mar 29 00:24:05 2018 +0200 |
committer | GitHub <noreply@github.com> | Thu Mar 29 00:24:05 2018 +0200 |
tree | 8391196bff1966487af1414272e681c3e2da0209 | |
parent | f8058d7fb280499de931533f9a2bbfc553a6669e [diff] |
Experiment to understand test flakiness (#15872)
diff --git a/dev/devicelab/lib/tasks/plugin_tests.dart b/dev/devicelab/lib/tasks/plugin_tests.dart index b9ee84f..3f032fa 100644 --- a/dev/devicelab/lib/tasks/plugin_tests.dart +++ b/dev/devicelab/lib/tasks/plugin_tests.dart
@@ -97,6 +97,8 @@ <String>['--stop'], canFail: true, ); + // TODO(mravn): Investigating if flakiness is timing dependent. + await new Future<Null>.delayed(const Duration(seconds: 10)); } await parent.delete(recursive: true); }