diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-10-31 11:11:10 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-10-31 11:11:10 -0700 |
| commit | 4abee60a4b55dd90559bc88108695e3979f9abce (patch) | |
| tree | f266dff35e7866169894cbcba1b8378694854869 /tools | |
| parent | a3673c6b73b178fc8b53869e5ca45e81d7ae0c3b (diff) | |
| download | nng-4abee60a4b55dd90559bc88108695e3979f9abce.tar.gz nng-4abee60a4b55dd90559bc88108695e3979f9abce.tar.bz2 nng-4abee60a4b55dd90559bc88108695e3979f9abce.zip | |
fixes #1315 Some nngcat tests take too long for CI/CD
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/nngcat/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/nngcat/CMakeLists.txt b/tools/nngcat/CMakeLists.txt index cfdc0944..209d545e 100644 --- a/tools/nngcat/CMakeLists.txt +++ b/tools/nngcat/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> # Copyright 2018 Capitar IT Group BV <info@capitar.com> # # This software is supplied under the terms of the MIT License, a @@ -21,11 +21,11 @@ if (NNG_ENABLE_NNGCAT) set_tests_properties (${PROJECT_NAME}.${NAME} PROPERTIES TIMEOUT ${TIMEOUT}) endmacro() add_nngcat_test (nngcat_async 10) - add_nngcat_test (nngcat_ambiguous 2) - add_nngcat_test (nngcat_need_proto 2) - add_nngcat_test (nngcat_dup_proto 2) - add_nngcat_test (nngcat_help 2) - add_nngcat_test (nngcat_incompat 2) + add_nngcat_test (nngcat_ambiguous 10) + add_nngcat_test (nngcat_need_proto 10) + add_nngcat_test (nngcat_dup_proto 10) + add_nngcat_test (nngcat_help 10) + add_nngcat_test (nngcat_incompat 10) add_nngcat_test (nngcat_pubsub 20) add_nngcat_test (nngcat_recvmaxsz 20) add_nngcat_test (nngcat_unlimited 20) |
