﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30810	WatchmanReloaderTests.test_setting_timeout_from_environment_variable() fails with AttributeError.	Poli García	nobody	"Running Django's test suite errors with:

{{{
======================================================================
ERROR: test_setting_timeout_from_environment_variable (utils_tests.test_autoreload.WatchmanReloaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py"", line 59, in testPartExecutor
    yield
  File ""/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/case.py"", line 628, in run
    testMethod()
  File ""/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/unittest/mock.py"", line 1626, in _inner
    return f(*args, **kw)
  File ""/Users/poli/work/django/django/tests/utils_tests/test_autoreload.py"", line 654, in test_setting_timeout_from_environment_variable
    self.assertEqual(self.RELOADER_CLS.client_timeout, 10)
AttributeError: type object 'WatchmanReloader' has no attribute 'client_timeout'
}}}

My environment:

* Mac OSX 10.14.16
* Python 3.7.4
* watchman 4.9.0

The `WatchmanReloaderTests` are marked with `skip_unless_watchman_available`, so you'll need `watchman` to be able to reproduce this."	Bug	closed	Utilities	2.2	Normal	fixed	utilities, autoreloader, watchman		Accepted	1	0	0	0	0	0
