From baf4083b657cbf2b4f76af700b4aea31f143324c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 25 Jun 2017 15:55:35 -0700 Subject: Let scalability test startup a bit quicker. --- tests/scalability.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scalability.c b/tests/scalability.c index 1d8aeda3..0999dc78 100644 --- a/tests/scalability.c +++ b/tests/scalability.c @@ -47,9 +47,9 @@ client(void *arg) return; } - // Sleep for up to a second before issuing requests to avoid saturating + // Sleep for up to a 10ms before issuing requests to avoid saturating // the CPU with bazillions of requests at the same time. - nng_usleep(1000000); + nng_usleep(10000); for (i = 0; i < count; i++) { // Sleep for up to a 1ms before issuing requests to -- cgit v1.2.3-70-g09d2