Browse Source

nextcloud: Remove delay for pinging server in tests

pull/416/head
jld3103 1 year ago
parent
commit
5869487729
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 4
      packages/nextcloud/test/helper.dart

4
packages/nextcloud/test/helper.dart

@ -138,9 +138,7 @@ Future<TestNextcloudClient> getTestClient(
try {
await client.core.getStatus();
break;
} catch (_) {
await Future.delayed(const Duration(milliseconds: 100));
}
} catch (_) {}
}
return client;

Loading…
Cancel
Save