summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-04-07 12:46:51 +0200
committerMichael Bauer <michael.mi.bauer@partner.bmw.de>2014-04-07 12:46:51 +0200
commitc65f551cd7ed799d0aafd5de8584c98236f65de6 (patch)
tree15a55d894d012bf5747f6fe034031365d2a3589f
parent1efc86138991208822d909b87991cc0c920d3109 (diff)
downloadgenivi-common-api-dbus-runtime-c65f551cd7ed799d0aafd5de8584c98236f65de6.tar.gz
pushed wait time in DBusServiceRegistryTest.SubscribeBeforeConnectWorks to 5 seconds, to avoid timing issues on windows
-rw-r--r--src/test/DBusServiceRegistryTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/DBusServiceRegistryTest.cpp b/src/test/DBusServiceRegistryTest.cpp
index d8e60df..bad8181 100644
--- a/src/test/DBusServiceRegistryTest.cpp
+++ b/src/test/DBusServiceRegistryTest.cpp
@@ -254,7 +254,7 @@ TEST_F(DBusServiceRegistryTest, SubscribeBeforeConnectWorks) {
EXPECT_TRUE(waitForAvailabilityStatusChanged(
testDBusServiceListener,
CommonAPI::AvailabilityStatus::AVAILABLE));
- usleep(2000000);
+ usleep(5000000);
EXPECT_LE(testDBusServiceListener.availabilityStatusCount, 3);
EXPECT_EQ(testDBusStubAdapter->introspectionCount, 1);