From 7fcfa6d4419834abc1800e30d314a9fe1a9e08ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Thu, 12 May 2016 12:15:46 +0200
Subject: [PATCH] postgres: lazy connection

---
 tests/bootstrap.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 875931b..2c7aab5 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -29,7 +29,8 @@ $connection = new \Dibi\Connection(
 		"dbname" => "mappi-store-test",
 		"port"   => "5434",
 		"user"   => "postgres",
-		"password"=>"toor"
+		"password"=>"toor",
+		"lazy"    => true
 	]
 );
 
-- 
GitLab