Skip to content

Commit

Permalink
Add delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicFrei committed Jun 24, 2021
1 parent 2b104da commit 5eeaa82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Realm.Tests/Sync/SynchronizedInstanceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ public void DeleteRealm_afterSessionDisposed([Values(true, false)] bool singleTr
await WaitForUploadAsync(realm);
realm.Dispose();
await Task.Delay(50);
Realm.DeleteRealm(realm.Config);
using var asyncRealm = await GetRealmAsync(asyncConfig);
Expand Down

0 comments on commit 5eeaa82

Please sign in to comment.