Skip to content

Commit 9ad8d71

Browse files
sync_test: increase disconnected wait timeout for GitHub CI #159
1 parent 454724d commit 9ad8d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox_test/test/sync_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ void main() {
241241
if (waitedForDisconnected == 0) {
242242
print('Waiting until SyncClient state is disconnected...');
243243
}
244-
if (waitedForDisconnected == 50) {
245-
fail('SyncClient did not reach disconnected state within 5 seconds');
244+
if (waitedForDisconnected == 100) {
245+
fail('SyncClient did not reach disconnected state within 10 seconds');
246246
}
247247
await Future.delayed(const Duration(milliseconds: 100));
248248
waitedForDisconnected++;

0 commit comments

Comments
 (0)