aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-13 10:55:21 -0500
committerTed Gould <ted@gould.cx>2010-07-13 10:55:21 -0500
commit35cad52a3ea23e26761a2647241c47c4c3122761 (patch)
tree2f6b5633c3c576fe19f2b140d879806b0e90d6e7 /tests/Makefile.am
parent0de45ad20a3024bd46c93928cf10e6ccf9ff487b (diff)
parent37d583e7c3fd530b2d32938dda0f470d47d424a5 (diff)
downloadlibayatana-appindicator-35cad52a3ea23e26761a2647241c47c4c3122761.tar.gz
libayatana-appindicator-35cad52a3ea23e26761a2647241c47c4c3122761.tar.bz2
libayatana-appindicator-35cad52a3ea23e26761a2647241c47c4c3122761.zip
* Merge upstream
* Fixing test for slower machines
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 $@