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:
parent
813a3b9eed
commit
58a173c026
@ -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];
|
||||
|
||||
|
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user