Skip to content

Commit 3c6da0a

Browse files
committed
fix: add wait after linking for test
1 parent 4e1c1a0 commit 3c6da0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/collections/CollectionsRepository.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,8 @@ describe('CollectionsRepository', () => {
858858
// Link the test collection with the linking target collection
859859
await sut.linkCollection(testCollectionAlias, linkingTargetAlias)
860860

861+
await new Promise((resolve) => setTimeout(resolve, 2000))
862+
861863
const collectionsForLinking = await sut.getCollectionsForLinking(
862864
'collection',
863865
testCollectionAlias,

0 commit comments

Comments
 (0)