master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d3f03abd51 - Show all commits

View File

@ -49,7 +49,7 @@ abstract class AbstractRestClient extends Iterator[String] {
} }
private def doHTTPRequest[A <: HttpUriRequest](r: A): String = { private def doHTTPRequest[A <: HttpUriRequest](r: A): String = {
val timeout = 60; // seconds val timeout = 600; // seconds
val config = RequestConfig val config = RequestConfig
.custom() .custom()
.setConnectTimeout(timeout * 1000) .setConnectTimeout(timeout * 1000)

View File

@ -46,7 +46,7 @@ object ImportDatacite {
Source Source
.fromInputStream( .fromInputStream(
getClass.getResourceAsStream( getClass.getResourceAsStream(
"/eu/dnetlib/dhp/actionmanager/datacite/import_from_api.json" "/eu/dnetlib/dhp/datacite/import_from_api.json"
) )
) )
.mkString .mkString