aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-06-29 11:40:26 -0700
committerGarrett D'Amore <garrett@damore.org>2017-06-29 11:40:26 -0700
commit0731037d37c3c38987017aabfd72ccbe1fb971d2 (patch)
treeec0f1f0106a6ee3a5749bc112013e2e1a3322e66
parent36bd0c71ce7a0bfbb22ffc99aa0dd94ed95cfc64 (diff)
downloadnng-0731037d37c3c38987017aabfd72ccbe1fb971d2.tar.gz
nng-0731037d37c3c38987017aabfd72ccbe1fb971d2.tar.bz2
nng-0731037d37c3c38987017aabfd72ccbe1fb971d2.zip
I've seen successful scalability runs take over 5 secs.
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2b0d1427..4dc0bd60 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -84,7 +84,7 @@ add_nng_test(pubsub 5)
add_nng_test(sock 5)
add_nng_test(survey 5)
add_nng_test(tcp 5)
-add_nng_test(scalability 5)
+add_nng_test(scalability 20)
# compatbility tests
add_nng_compat_test(compat_block 5)