Commit efd79fad authored by Rusty Russell's avatar Rusty Russell

io: fix port clash in test.

Both run-set_alloc and run-15-timeout used the same port, so they sometimes
got stuck when running in parallel.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 6d12f6a1
......@@ -65,7 +65,7 @@ static void freefn(void *ptr)
}
#ifndef PORT
#define PORT "65015"
#define PORT "65115"
#endif
struct data {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment