mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 12:58:03 +01:00
Merge branch 'poco-1.11.0' of github.com:pocoproject/poco into poco-1.11.0
This commit is contained in:
commit
c37faa9e1c
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user