mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Decreased maximum onion_test test time.
This commit is contained in:
parent
70d338703d
commit
bc4fe2c80d
|
@ -342,7 +342,7 @@ Suite *onion_suite(void)
|
||||||
Suite *s = suite_create("Onion");
|
Suite *s = suite_create("Onion");
|
||||||
|
|
||||||
DEFTESTCASE_SLOW(basic, 5);
|
DEFTESTCASE_SLOW(basic, 5);
|
||||||
DEFTESTCASE_SLOW(announce, 200);
|
DEFTESTCASE_SLOW(announce, 50);
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user