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 454724d commit 9ad8d71Copy full SHA for 9ad8d71
objectbox_test/test/sync_test.dart
@@ -241,8 +241,8 @@ void main() {
241
if (waitedForDisconnected == 0) {
242
print('Waiting until SyncClient state is disconnected...');
243
}
244
- if (waitedForDisconnected == 50) {
245
- fail('SyncClient did not reach disconnected state within 5 seconds');
+ if (waitedForDisconnected == 100) {
+ fail('SyncClient did not reach disconnected state within 10 seconds');
246
247
await Future.delayed(const Duration(milliseconds: 100));
248
waitedForDisconnected++;
0 commit comments