summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Arts <stephan@xfce.org>2008-07-14 21:36:41 +0000
committerStephan Arts <stephan@xfce.org>2008-07-14 21:36:41 +0000
commitc0aeac0864240a45b2f945c55f8cae4dabe1376b (patch)
treefc6a0dd35b8cfe47a0475f6ccc6afd2014acd1ee
parent0a10aa8613d9eebf2b9c69a0923a2db40dd81616 (diff)
downloadxfconf-c0aeac0864240a45b2f945c55f8cae4dabe1376b.tar.gz
* Fix make distcheck (renamed .txt file in Makefile.am), and increased the WAIT_TIMEOUT of the tests.
(Old svn revision: 27288)
-rw-r--r--docs/xfsettingsd/Makefile.am2
-rw-r--r--tests/tests-common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/xfsettingsd/Makefile.am b/docs/xfsettingsd/Makefile.am
index 070d96a..fe49a1d 100644
--- a/docs/xfsettingsd/Makefile.am
+++ b/docs/xfsettingsd/Makefile.am
@@ -1,2 +1,2 @@
EXTRA_DIST = \
- xfsettingsd_channels.txt
+ xfsettingsd-channels.txt
diff --git a/tests/tests-common.h b/tests/tests-common.h
index 0d4be0b..fc221d1 100644
--- a/tests/tests-common.h
+++ b/tests/tests-common.h
@@ -45,7 +45,7 @@
#include <xfconf/xfconf.h>
#define TEST_CHANNEL_NAME "test-channel"
-#define WAIT_TIMEOUT 10
+#define WAIT_TIMEOUT 15
#define TEST_OPERATION(x) G_STMT_START{ \
if(!(x)) { \