Skip to content

Commit 0e4aa0a

Browse files
committed
PDFBOX-5660: use different time server
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1927443 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8dd28a7 commit 0e4aa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void testTimeDifference() throws IOException, URISyntaxException
193193

194194
// https://stackoverflow.com/questions/4442192/
195195
NTPUDPClient timeClient = new NTPUDPClient();
196-
InetAddress inetAddress = InetAddress.getByName("time.nist.gov");
196+
InetAddress inetAddress = InetAddress.getByName("pool.ntp.org");
197197
timeClient.setDefaultTimeout(Duration.ofMillis(5000));
198198
TimeInfo timeInfo;
199199
long returnTime;

0 commit comments

Comments
 (0)