Send eds server debug output into /dev/null along with regular output.
authorJeremy Whiting <jpwhiting@kde.org>
Mon, 16 Jul 2012 16:16:39 +0000 (10:16 -0600)
committerJeremy Whiting <jpwhiting@kde.org>
Mon, 16 Jul 2012 16:18:36 +0000 (10:18 -0600)
Extend sleep time to 2 seconds.

tests/tools/eds.sh

index 17bb222..db9d3f8 100644 (file)
@@ -24,9 +24,9 @@ eds_init_settings () {
 }
 
 eds_start () {
-    $libexec/evolution-source-registry > /dev/null &
-    $libexec/evolution-addressbook-factory --wait-for-client > /dev/null &
-    sleep 1
+    $libexec/evolution-source-registry > /dev/null 2>&1 &
+    $libexec/evolution-addressbook-factory --wait-for-client > /dev/null 2>&1 &
+    sleep 2
 }
 
 # This should be called on INT TERM and EXIT