Don't run slow timer tests unless specifically requested.
This commit is contained in:
parent
a6262a14d2
commit
d2bc005d62
1 changed files with 4 additions and 2 deletions
|
|
@ -13,8 +13,10 @@ class Geary.TimeoutManagerTest : Gee.TestCase {
|
|||
public TimeoutManagerTest() {
|
||||
base("Geary.TimeoutManagerTest");
|
||||
add_test("start_reset", start_reset);
|
||||
add_test("test_seconds", test_seconds);
|
||||
add_test("test_repeat_forever", test_repeat_forever);
|
||||
if (Test.slow()) {
|
||||
add_test("test_seconds", test_seconds);
|
||||
add_test("test_repeat_forever", test_repeat_forever);
|
||||
}
|
||||
}
|
||||
|
||||
public void start_reset() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue