summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-08-13 10:15:25 -0400
committerirungentoo <irungentoo@gmail.com>2014-08-13 10:15:25 -0400
commitbc4fe2c80d72926f588044fb7e7b18524dcd2bca (patch)
treef45e2cc910e3d91ccca372f7063a016ef71303c6
parent70d338703dd95f66f8f3e11abe67379551e106eb (diff)
Decreased maximum onion_test test time.
-rw-r--r--auto_tests/onion_test.c2
1 files changed, 1 insertions, 1 deletions
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)
342 Suite *s = suite_create("Onion"); 342 Suite *s = suite_create("Onion");
343 343
344 DEFTESTCASE_SLOW(basic, 5); 344 DEFTESTCASE_SLOW(basic, 5);
345 DEFTESTCASE_SLOW(announce, 200); 345 DEFTESTCASE_SLOW(announce, 50);
346 return s; 346 return s;
347} 347}
348 348