From bc4fe2c80d72926f588044fb7e7b18524dcd2bca Mon Sep 17 00:00:00 2001 From: irungentoo Date: Wed, 13 Aug 2014 10:15:25 -0400 Subject: Decreased maximum onion_test test time. --- auto_tests/onion_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_tests/onion_test.c b/auto_tests/onion_test.c index ed297022..3ba96e0a 100644 --- a/auto_tests/onion_test.c +++ b/auto_tests/onion_test.c @@ -342,7 +342,7 @@ Suite *onion_suite(void) Suite *s = suite_create("Onion"); DEFTESTCASE_SLOW(basic, 5); - DEFTESTCASE_SLOW(announce, 200); + DEFTESTCASE_SLOW(announce, 50); return s; } -- cgit v1.2.3