[folks] Add a sleep for one second after starting the eds servers. Fixes inconsistent eds unit test failures



commit 0b36298ec59d971e41210d0e31d2ae1118453a33
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Fri Jul 13 15:11:27 2012 -0600

    Add a sleep for one second after starting the eds servers.
    Fixes inconsistent eds unit test failures.  All tests pass here now.

 tests/tools/eds.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/tools/eds.sh b/tests/tools/eds.sh
index 8ab1990..17bb222 100644
--- a/tests/tools/eds.sh
+++ b/tests/tools/eds.sh
@@ -26,6 +26,7 @@ eds_init_settings () {
 eds_start () {
     $libexec/evolution-source-registry > /dev/null &
     $libexec/evolution-addressbook-factory --wait-for-client > /dev/null &
+    sleep 1
 }
 
 # This should be called on INT TERM and EXIT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]