aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-06 22:36:16 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-06 22:36:16 -0700
commit935408fd8a794eecacc4a1f36a1d64bf8ed174c0 (patch)
tree585debbfebac5dd1469a0ee81ff247476109bc8d /tests
parente52d205799be922db0c1c63ae48a4921707183b4 (diff)
downloadnng-935408fd8a794eecacc4a1f36a1d64bf8ed174c0.tar.gz
nng-935408fd8a794eecacc4a1f36a1d64bf8ed174c0.tar.bz2
nng-935408fd8a794eecacc4a1f36a1d64bf8ed174c0.zip
fixes #400 Some resolvers take a long time with garbage addresses
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 0e3a033f..03f09579 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -43,7 +43,7 @@ if (NNG_TESTS)
add_test (NAME convey_test COMMAND convey_test
-v -d -p ENV_TEST=ON -p ANOTHERNAME -p AGAIN=yes extra)
set_tests_properties( convey_test PROPERTIES TIMEOUT 2)
- list (APPEND all_tests convey_test)
+ list (APPEND all_tests convey_test)
set (TEST_PORT 12100)
macro (add_nng_test NAME TIMEOUT COND)
@@ -153,7 +153,7 @@ add_nng_test(sha1 5 NNG_SUPP_SHA1)
add_nng_test(sock 5 ON)
add_nng_test(synch 5 ON)
add_nng_test(tls 60 NNG_TRANSPORT_TLS)
-add_nng_test(tcp 60 NNG_TRANSPORT_TCP)
+add_nng_test(tcp 180 NNG_TRANSPORT_TCP)
add_nng_test(tcp6 60 NNG_TRANSPORT_TCP)
add_nng_test(transport 5 ON)
add_nng_test(udp 5 ON)