aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-04-27 13:30:59 +0200
committerCharles Kerr <charles.kerr@canonical.com>2016-04-27 13:30:59 +0200
commitdfa098f6fcd7203a8975ec891bc1d9f7f9e735ca (patch)
tree38953dced9a56dd73c278db573f1d717e9c7487b
parent6dfd01c5db87f659beb5c53c0c3ea1f57ab0701b (diff)
downloadayatana-indicator-display-dfa098f6fcd7203a8975ec891bc1d9f7f9e735ca.tar.gz
ayatana-indicator-display-dfa098f6fcd7203a8975ec891bc1d9f7f9e735ca.tar.bz2
ayatana-indicator-display-dfa098f6fcd7203a8975ec891bc1d9f7f9e735ca.zip
increase timeout interval on usb manager integration test
-rw-r--r--tests/integration/usb-manager-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/usb-manager-test.cpp b/tests/integration/usb-manager-test.cpp
index 7320640..6532829 100644
--- a/tests/integration/usb-manager-test.cpp
+++ b/tests/integration/usb-manager-test.cpp
@@ -143,7 +143,7 @@ TEST_F(UsbManagerFixture, Allow)
);
// confirm that the AdbdServer got the right response
- wait_for([adbd_server](){return !adbd_server->m_responses.empty();}, 2000);
+ wait_for([adbd_server](){return !adbd_server->m_responses.empty();}, 5000);
ASSERT_EQ(1, adbd_server->m_responses.size());
EXPECT_EQ("OK", adbd_server->m_responses.front());