From 0b36298ec59d971e41210d0e31d2ae1118453a33 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Fri, 13 Jul 2012 15:11:27 -0600 Subject: [PATCH] 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 file changed, 1 insertion(+) 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 -- 2.7.4