Use more ports for attachment tests
To try to avoid this stupid NS_ERROR_SOCKET_ADDRESS_IN_USE error
This commit is contained in:
parent
f0e1da23bc
commit
4ac3128b17
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue