From b9152c356c099d051109fcd03e68c745b34899ec Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 6 Feb 2010 09:41:25 -0800 Subject: Changing to 100 instead of 1000 --- tests/test-libappindicator-status-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-libappindicator-status-server.c') diff --git a/tests/test-libappindicator-status-server.c b/tests/test-libappindicator-status-server.c index 75b430e..c7a8ecd 100644 --- a/tests/test-libappindicator-status-server.c +++ b/tests/test-libappindicator-status-server.c @@ -43,7 +43,7 @@ toggle (gpointer userdata) toggle_count++; - if (toggle_count == 1000) { + if (toggle_count == 100) { g_main_loop_quit(mainloop); return FALSE; } -- cgit v1.2.3