Unverified Commit ece2f98e authored by Dan Field's avatar Dan Field Committed by GitHub

Remove goldens request timeout (#67316)

parent 3a51bcb5
......@@ -888,7 +888,7 @@ class TestGoldenComparator {
final TestGoldenComparatorProcess process = await _processForTestFile(testUri);
process.sendCommand(imageFile, goldenKey, updateGoldens);
final Map<String, dynamic> result = await process.getResponse().timeout(const Duration(seconds: 20));
final Map<String, dynamic> result = await process.getResponse();
if (result == null) {
return 'unknown error';
......
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