We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a5544 commit 1610a27Copy full SHA for 1610a27
dev/devicelab/lib/tasks/dart_plugin_registry_tests.dart
@@ -159,16 +159,14 @@ class PluginPlatformInterfaceMacOS {
159
});
160
161
section('Wait for registry execution');
162
- await registryExecutedCompleter.future
163
- .timeout(const Duration(minutes: 1));
+ await registryExecutedCompleter.future;
164
165
// Hot restart.
166
run.stdin.write('R');
167
registryExecutedCompleter = Completer<void>();
168
169
section('Wait for registry execution after hot restart');
170
171
172
173
subscription.cancel();
174
run.kill();
0 commit comments