summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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