aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-13 10:52:59 -0500
committerTed Gould <ted@gould.cx>2010-07-13 10:52:59 -0500
commit37d583e7c3fd530b2d32938dda0f470d47d424a5 (patch)
tree9b67254deaa4a995937fcaaa8645e014257d0714 /tests/Makefile.am
parent7ef183418aaee73864e44d93b32e80962fdea07a (diff)
parente1dc7c00dd8f0d94f84dbd4fe626ea365a2543db (diff)
downloadlibayatana-appindicator-37d583e7c3fd530b2d32938dda0f470d47d424a5.tar.gz
libayatana-appindicator-37d583e7c3fd530b2d32938dda0f470d47d424a5.tar.bz2
libayatana-appindicator-37d583e7c3fd530b2d32938dda0f470d47d424a5.zip
Adjusting the tests so they can deal with slow systems better.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 867d4de..f2bdbb2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -118,6 +118,7 @@ test_approver_LDADD = \
test-approver-tester: test-approver Makefile.am
@echo "#!/bin/bash" > $@
+ @echo export INDICATOR_SERVICE_SHUTDOWN_TIMEOUT=1000 >> $@
@echo . $(srcdir)/run-xvfb.sh >> $@
@echo $(DBUS_RUNNER) --task $(builddir)/test-approver --task-name Approver --task $(top_builddir)/src/indicator-application-service --task-name Service --ignore-return >> $@
@chmod +x $@