commit | 14e71f0fe8478971da4003b1cd12f44a65450356 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Mar 28 17:35:25 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Mar 28 18:46:47 2019 -0400 |
tree | 034f39d364f4d7a604c888d40afd96b0ff27d795 | |
parent | c6a65ad55ec7195b0319fe4a956b9d1760f6c8f8 [diff] |
tests+tools: minor code cleanup Change-Id: Ic3356d4a18a8e5eeb45fc076fc0563c3d1549c8a
diff --git a/tests/tools/ndn-autoconfig/multicast-discovery.t.cpp b/tests/tools/ndn-autoconfig/multicast-discovery.t.cpp index 0e08a36..62d8bf1 100644 --- a/tests/tools/ndn-autoconfig/multicast-discovery.t.cpp +++ b/tests/tools/ndn-autoconfig/multicast-discovery.t.cpp
@@ -124,7 +124,7 @@ }); stage.start(); - face.processEvents(time::seconds(20)); + face.processEvents(20_s); BOOST_CHECK(hasSuccess); }