Skip to content

Commit

Permalink
test(signaling): change signaling port for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed May 17, 2018
1 parent 308d95b commit d03c1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/util/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ setLogLevel(
)

// Main signaling server for all tests
export const SIGNALING_URL = 'ws://localhost:8010'
export const SIGNALING_URL = 'ws://localhost:13477'

// Configuration for bot server
export const BOT_HOST = 'localhost'
Expand Down
2 changes: 1 addition & 1 deletion test/util/process.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apps:
- script: node_modules/.bin/sigver
name: 'netflux-test-signaling'
args: '--port 8010'
args: '--port 13477'
- script: test/util/.botServer.js
name: 'netflux-test-bot'

0 comments on commit d03c1b6

Please sign in to comment.