Skip to content

Commit

Permalink
Be slightly more flexible with checking for existingFolderNowBig sign…
Browse files Browse the repository at this point in the history
…al in sync engine test

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Aug 3, 2023
1 parent f9ef7d7 commit 7335168
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/testsyncengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,10 @@ private slots:

fakeFolder.remoteModifier().insert(testLargeFile, 128);
QVERIFY(fakeFolder.syncOnce());
QCOMPARE(spy.count(), 1);

if (spy.empty()) {
QVERIFY(spy.wait());
}
}
};

Expand Down

0 comments on commit 7335168

Please sign in to comment.