diff --git a/test/tests/attachmentsTest.js b/test/tests/attachmentsTest.js index 03d0de974b..8b80f3bf9a 100644 --- a/test/tests/attachmentsTest.js +++ b/test/tests/attachmentsTest.js @@ -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 () {