diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2017-02-07 16:42:09 +0100 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2017-02-07 18:37:05 +0100 |
commit | f4d55659f0bbf365427a8e1b2884903875bff82d (patch) | |
tree | 6af5fe3703a111175cb86682505b40796256423a /tox.ini | |
parent | Merge pull request #5207 from ryanpetrello/fix-4356 (diff) | |
download | awx-f4d55659f0bbf365427a8e1b2884903875bff82d.tar.xz awx-f4d55659f0bbf365427a8e1b2884903875bff82d.zip |
enforce a sane default OPT_NETWORK_TIMEOUT for LDAP connections
see: #5208
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ commands = python setup.py develop # coverage run --help # coverage run -p --source awx/main/tests -m pytest {posargs} - py.test awx/main/tests awx/conf/tests {posargs:-k 'not old'} + py.test awx/main/tests awx/conf/tests awx/sso/tests {posargs:-k 'not old'} [testenv:ui] deps = |