diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-21 16:49:31 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-21 21:27:16 -0700 |
| commit | a3cf238a431e6a454f43a66f3c02a2f17d6dfc61 (patch) | |
| tree | e66560b9d5422420c4af86b8589324690160fb20 /tests | |
| parent | d0cf8ce6f43daf6882037dbdcdaa7f2169dd1e6a (diff) | |
| download | nng-a3cf238a431e6a454f43a66f3c02a2f17d6dfc61.tar.gz nng-a3cf238a431e6a454f43a66f3c02a2f17d6dfc61.tar.bz2 nng-a3cf238a431e6a454f43a66f3c02a2f17d6dfc61.zip | |
fixes #471 Linux resolver truncates port number silently
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a0f54b5d..6a8d5e86 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -196,7 +196,7 @@ add_nng_compat_test(compat_survey 5) add_nng_compat_test(compat_reqttl 5) add_nng_compat_test(compat_shutdown 5) add_nng_compat_test(compat_surveyttl 5) -add_nng_compat_test(compat_tcp 5) +add_nng_compat_test(compat_tcp 60) # These are special tests for compat mode, not inherited from the # legacy libnanomsg suite. |
