mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove goldens request timeout (#67316)
This commit is contained in:
parent
3a51bcb5c0
commit
ece2f98eb0
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user