Skip to content

Commit

Permalink
Initialize timeout_factor attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jck committed Dec 2, 2015
1 parent 568a34c commit cf38cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accept/core.py
Expand Up @@ -716,6 +716,7 @@ def __init__(self, appdir, client, reps, test_reps, simulate=False,

self.reps = reps
self.test_reps = test_reps
self.timeout_factor = timeout_factor

self.appname = os.path.basename(self.appdir)

Expand Down

0 comments on commit cf38cfc

Please sign in to comment.