summaryrefslogtreecommitdiff
path: root/src/test/DBusServiceRegistryTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/DBusServiceRegistryTest.cpp')
-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);