Change port so not to overlap with other builds

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@resin.io>
Signed-off-by: Juan Cruz Viotti <juan@resin.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-09-18 20:40:01 +02:00 committed by Juan Cruz Viotti
parent 49edd1a6dc
commit 37b25d8422
No known key found for this signature in database
GPG Key ID: D01B10083038B3E8

View File

@ -36,6 +36,7 @@ describe('Spectron', function () {
before('app:start', function () { before('app:start', function () {
app = new spectron.Application({ app = new spectron.Application({
path: entrypoint, path: entrypoint,
port: 9999,
args: [ '.' ] args: [ '.' ]
}) })