mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
change NTP server use for testing to pool.ntp.org
This commit is contained in:
@@ -48,7 +48,7 @@ NTPClientTest::~NTPClientTest()
|
|||||||
|
|
||||||
void NTPClientTest::testTimeSync()
|
void NTPClientTest::testTimeSync()
|
||||||
{
|
{
|
||||||
assert(_ntpClient.request("pool.ntp.br") > 0);
|
assert(_ntpClient.request("pool.ntp.org") > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user