Skip to content

Commit

Permalink
Give THORS ontology initialization a timeout of 30 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed Jan 10, 2025
1 parent 345bfd2 commit f8eb9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public TIMEOrdinalReferenceSystem(RDFResource trsUri) : base(trsUri)
THORSOntology = new OWLOntology(URI);

//Initialize TIME+THORS
THORSOntology.InitializeTIMEAsync().GetAwaiter().GetResult();
THORSOntology.InitializeTIMEAsync(30000).GetAwaiter().GetResult();
}

public TIMEOrdinalReferenceSystem(RDFResource trsUri, TIMEOrdinalReferenceSystem ordinalTRS) : base(trsUri)
Expand Down

0 comments on commit f8eb9af

Please sign in to comment.