Use more ports for attachment tests

To try to avoid this stupid NS_ERROR_SOCKET_ADDRESS_IN_USE error
This commit is contained in:
Dan Stillman 2023-08-07 17:35:55 -04:00
parent f0e1da23bc
commit 4ac3128b17

View file

@ -329,7 +329,7 @@ describe("Zotero.Attachments", function() {
Components.utils.import("resource://zotero-unit/httpd.js");
var testServerPath, httpd, prefix;
var testServerPortMin = 16213;
var testServerPortMax = testServerPort + 20;
var testServerPortMax = testServerPort + 50;
var testServerPort = testServerPortMin;
before(async function () {