Merge branch 'poco-1.11.0' of github.com:pocoproject/poco into poco-1.11.0

This commit is contained in:
Günter Obiltschnig 2021-06-18 12:42:29 +02:00
commit c37faa9e1c

View File

@ -181,7 +181,6 @@ void PollSetTest::testPollClosedServer()
do
{
sm = ps.poll(Timespan(1000000));
if (sw.elapsedSeconds() > 10) fail();
} while (sm.size() < 2);
assertTrue(sm.size() == 2);
assertTrue(0 == ss1.receiveBytes(0, 0));