chore: add sleep to allow deleting vault to propagate

This commit is contained in:
Karol Sójko
2023-10-19 11:40:20 +02:00
parent c8227c5e9e
commit 406c7c0f6d

View File

@@ -72,6 +72,8 @@ describe('designated survival', function () {
await context.sharedVaults.deleteSharedVault(sharedVault)
await Factory.sleep(2)
await context.syncAndAwaitNotificationsProcessing()
await secondContext.syncAndAwaitNotificationsProcessing()
await thirdContext.syncAndAwaitNotificationsProcessing()