aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-12 13:55:08 -0500
committerTed Gould <ted@gould.cx>2010-07-12 13:55:08 -0500
commit8a0649a9f1fe4914149a86f42f5e503be8edd87f (patch)
tree367fff60236d119784ac1d8725341b685993cde4 /tests
parent7ef183418aaee73864e44d93b32e80962fdea07a (diff)
downloadayatana-indicator-application-8a0649a9f1fe4914149a86f42f5e503be8edd87f.tar.gz
ayatana-indicator-application-8a0649a9f1fe4914149a86f42f5e503be8edd87f.tar.bz2
ayatana-indicator-application-8a0649a9f1fe4914149a86f42f5e503be8edd87f.zip
Adding in setting the environment variable to adjust the timeout to be twice as long for slow systems.
Diffstat (limited to 'tests')
-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 $@