Skip to content

fix(config): check if self.options has timeout attribute

Leo requested to merge 31 into master

Created by: maxice8

otherwise we hit a AttributeError because a default timeout was not passed, this can be in scripts that do not include a --timeout switch that automatically sets a default value

fixes #31 (closed)

Merge request reports