Merge "Use timeout fixture (30 seconds) for tests"
diff --git a/tox.ini b/tox.ini
index a92fdb2..df89498 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@
 setenv = STATSD_HOST=localhost
          STATSD_PORT=8125
          VIRTUAL_ENV={envdir}
+         OS_TEST_TIMEOUT=30
 usedevelop = True
 install_command = pip install {opts} {packages}
 deps = -r{toxinidir}/requirements.txt