Searched refs:TimeOutNotSetError (Results 1 - 2 of 2) sorted by relevance

/ontohub/lib/
H A Dtimeout_worker.rb3 class TimeOutNotSetError < Error; end class in class:TimeoutWorker
13 raise TimeOutNotSetError unless Settings.ontology_parse_timeout
/ontohub/spec/lib/
H A Dtimeout_worker_spec.rb16 expect { TimeoutWorker.timeout_limit }.to raise_error(TimeoutWorker::TimeOutNotSetError)

Completed in 25 milliseconds