Fixed network tests so they can run concurrently.

Reviewers: dgleich

Reviewed By: dgleich

Differential Revision: https://phabricator.memgraph.io/D91
This commit is contained in:
Matej Ferencevic 2017-03-06 14:50:11 +01:00
parent 813a3b9eed
commit 58a173c026
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include "network_common.hpp"
static constexpr const char interface[] = "127.0.0.1";
static constexpr const char port[] = "31337";
static constexpr const char port[] = "30000";
unsigned char data[SIZE];

View File

@ -5,7 +5,7 @@
#include "network_common.hpp"
static constexpr const char interface[] = "127.0.0.1";
static constexpr const char port[] = "31337";
static constexpr const char port[] = "40000";
unsigned char data[SIZE];