From 93e54fdca00f643fbb734a00a1d1d0766084e128 Mon Sep 17 00:00:00 2001 From: Lloyd McKenzie Date: Sat, 31 Dec 2022 16:14:38 -0500 Subject: [PATCH 1/2] Update _genonce.bat --- _genonce.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_genonce.bat b/_genonce.bat index a9864ef..7ceaa8c 100644 --- a/_genonce.bat +++ b/_genonce.bat @@ -3,7 +3,7 @@ SET publisher_jar=publisher.jar SET input_cache_path=%CD%\input-cache ECHO Checking internet connection... -PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline +PING tx.fhir.org -4 -n 1 -w 4000 | FINDSTR TTL && GOTO isonline ECHO We're offline... SET txoption=-tx n/a GOTO igpublish From 18aa36fcd7097253e865c859646c0df5e0bb66e9 Mon Sep 17 00:00:00 2001 From: Lloyd McKenzie Date: Sat, 31 Dec 2022 16:15:53 -0500 Subject: [PATCH 2/2] Update _updatePublisher.bat 1 second isn't long enough as a time-out --- _updatePublisher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_updatePublisher.bat b/_updatePublisher.bat index 67aebf5..a175f6d 100644 --- a/_updatePublisher.bat +++ b/_updatePublisher.bat @@ -20,7 +20,7 @@ IF "%~1"=="/f" SET skipPrompts=y ECHO. ECHO Checking internet connection... -PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline +PING tx.fhir.org -4 -n 1 -w 4000 | FINDSTR TTL && GOTO isonline ECHO We're offline, nothing to do... GOTO end