mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
change NTP server use for testing to pool.ntp.org
This commit is contained in:
parent
1732938168
commit
53d187a623
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user