Commit 68ebf645 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Remove the timeout on test_test.dart (#7754)

It was causing the flakiness because it was too short. The default timeout is better.
parent b257f6ea
......@@ -33,7 +33,7 @@ void main() {
Cache.flutterRoot = '../..';
return _testFile('trivial', 1, missingDependencyTests, missingDependencyTests);
});
}, timeout: new Timeout(const Duration(seconds: 5)));
});
}
Future<Null> _testFile(String testName, int wantedExitCode, String workingDirectory, String testDirectory) async {
......
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