mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
tests: Disable another timeout test by default
Don't run this timeout test unless "thorough" tests are requested.
See commit 3894335dc6
This commit is contained in:
parent
8e8ee82580
commit
9ea7947e22
@ -172,6 +172,12 @@ test_timeouts (void)
|
|||||||
GMainLoop *loop;
|
GMainLoop *loop;
|
||||||
GSource *source;
|
GSource *source;
|
||||||
|
|
||||||
|
if (!g_test_thorough ())
|
||||||
|
{
|
||||||
|
g_test_skip ("Not running timing heavy test");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
a = b = c = 0;
|
a = b = c = 0;
|
||||||
|
|
||||||
ctx = g_main_context_new ();
|
ctx = g_main_context_new ();
|
||||||
|
Loading…
Reference in New Issue
Block a user