diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 4 |
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) |
