diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 875931ba87d6d02d4c59e0692396843b45a482ad..2c7aab5886fa322e5376e7fc1cd7a41333aa2c9d 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
 	]
 );