Skip to content

Commit c2f6be1

Browse files
committed
increase for more tests
1 parent adaea23 commit c2f6be1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actionpack/test/dispatch/session/mem_cache_store_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ def with_test_route_set
198198
@app = self.class.build_app(set) do |middleware|
199199
middleware.use ActionDispatch::Session::MemCacheStore,
200200
key: "_session_id", namespace: "mem_cache_store_test:#{SecureRandom.hex(10)}",
201-
memcache_server: ENV["MEMCACHE_SERVERS"] || "localhost:11211"
201+
memcache_server: ENV["MEMCACHE_SERVERS"] || "localhost:11211",
202+
socket_timeout: 60
202203
middleware.delete ActionDispatch::ShowExceptions
203204
end
204205

0 commit comments

Comments
 (0)