diff test.ini @ 4849:5e94c0f9720c

tests: decrease sql_cache_short beaker config to 1 s to match hack in fixture.anon_access
author Mads Kiilerich <madski@unity3d.com>
date Thu, 26 Feb 2015 23:57:38 +0100
parents dacdea9fda2a
children 70e29dc91deb
line wrap: on
line diff
--- a/test.ini	Wed Feb 25 14:06:27 2015 +0100
+++ b/test.ini	Thu Feb 26 23:57:38 2015 +0100
@@ -321,7 +321,7 @@
 beaker.cache.long_term.key_length = 256
 
 beaker.cache.sql_cache_short.type=memory
-beaker.cache.sql_cache_short.expire=10
+beaker.cache.sql_cache_short.expire=1
 beaker.cache.sql_cache_short.key_length = 256
 
 beaker.cache.sql_cache_med.type=memory