Try to prevent ConcurrentCaller from failing CI (#4097)
This commit is contained in:
parent
9ab42c5c65
commit
8f2bf50cec
1 changed files with 1 additions and 1 deletions
|
@ -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* () {
|
||||||
|
|
Loading…
Reference in a new issue