Unverified Commit 1610a274 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Remove dart_plugin_registry_test timeouts (#76838)

parent 10a5544e
......@@ -159,16 +159,14 @@ class PluginPlatformInterfaceMacOS {
});
section('Wait for registry execution');
await registryExecutedCompleter.future
.timeout(const Duration(minutes: 1));
await registryExecutedCompleter.future;
// Hot restart.
run.stdin.write('R');
registryExecutedCompleter = Completer<void>();
section('Wait for registry execution after hot restart');
await registryExecutedCompleter.future
.timeout(const Duration(minutes: 1));
await registryExecutedCompleter.future;
subscription.cancel();
run.kill();
......
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