We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1f2a7 commit 1db577aCopy full SHA for 1db577a
src/test/test.js
@@ -6916,7 +6916,7 @@ describe('Floccus', function() {
6916
const setInterrupt = () => {
6917
if (!timeouts.length) {
6918
timeouts = new Array(1000).fill(0).map((_, index) =>
6919
- ACCOUNT_DATA.type === 'nextcloud-bookmarks' ? random.int(50000, 150000) : random.int(200, Math.round(4000 + (10000 - 4000) * index / 10000))
+ ACCOUNT_DATA.type === 'nextcloud-bookmarks' ? random.int(50000, 150000) : random.int(200, Math.round(4000 + (20000 - 4000) * (index % 20) / 20))
6920
)
6921
}
6922
const timeout = timeouts[(i++) % 1000]
0 commit comments