[DBD::Pg 1/3] Tweak sleep times inside forking test.

[email protected] Sun, 6 Apr 2014 13:14:58 +0000
Newsgroups perl.dbd.pg.changes
Message-ID <[email protected]>
Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 1/3] Tweak sleep times inside forking test.

---
 t/02attribs.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/02attribs.t b/t/02attribs.t
index 7d24b1c..1862daa 100644
--- a/t/02attribs.t
+++ b/t/02attribs.t
@@ -1642,7 +1642,7 @@ SKIP: {
 			$val = $sth->fetchall_arrayref()->[0][0];
 			is ($val, $answer, $t);
 			# Let the child exit first
-			select(undef,undef,undef,0.3);
+			select(undef,undef,undef,0.5);
 		}
 		else { # Child
 			$dbh->{InactiveDestroy} = $destroy;
-- 
1.8.4