diff --git a/librepomgr/tests/webapi.cpp b/librepomgr/tests/webapi.cpp index 310d3a0..34be14b 100644 --- a/librepomgr/tests/webapi.cpp +++ b/librepomgr/tests/webapi.cpp @@ -302,7 +302,8 @@ void WebAPITests::testPostingBuildActionsFromTask() } return false; - }); + }, + 20, 0); CPPUNIT_ASSERT_EQUAL_MESSAGE("response ok", boost::beast::http::status::ok, response->result()); }