Try to prevent ConcurrentCaller from failing CI (#4097)

This commit is contained in:
Abe Jellinek 2024-05-07 19:38:44 -04:00 committed by GitHub
parent 9ab42c5c65
commit 8f2bf50cec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@ describe("ConcurrentCaller", function () {
var finished = 0; var finished = 0;
var failed = false; var failed = false;
var ids1 = {"1": 100, "2": 45, "3": 80}; var ids1 = {"1": 100, "2": 45, "3": 200};
var ids2 = {"4": 1, "5": 1}; var ids2 = {"4": 1, "5": 1};
var makeFunc = function (id, delay) { var makeFunc = function (id, delay) {
return Zotero.Promise.coroutine(function* () { return Zotero.Promise.coroutine(function* () {