aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator-status-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-06 09:41:25 -0800
committerTed Gould <ted@gould.cx>2010-02-06 09:41:25 -0800
commitb9152c356c099d051109fcd03e68c745b34899ec (patch)
tree6251ff893fea85b19a520abd0412549e049b429f /tests/test-libappindicator-status-server.c
parent74c665741d480ab79105345ef9c700ddbf70804f (diff)
downloadayatana-indicator-application-b9152c356c099d051109fcd03e68c745b34899ec.tar.gz
ayatana-indicator-application-b9152c356c099d051109fcd03e68c745b34899ec.tar.bz2
ayatana-indicator-application-b9152c356c099d051109fcd03e68c745b34899ec.zip
Changing to 100 instead of 1000
Diffstat (limited to 'tests/test-libappindicator-status-server.c')
-rw-r--r--tests/test-libappindicator-status-server.c2
1 files changed, 1 insertions, 1 deletions
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;
}