mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-04 23:21:48 +00:00
Decreased maximum onion_test test time.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user