1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Increase timeout.

This commit is contained in:
David Steele 2015-02-02 21:10:44 -05:00
parent d4aae88bec
commit 7bee43372d

View File

@ -2106,7 +2106,7 @@ sub BackRestTestBackup_Test
$oRecoveryHashRef, $strComment, $iExpectedExitStatus);
BackRestTestBackup_ClusterStart(undef, undef, true);
BackRestTestBackup_PgSelectOneTest('select message from test', $strTimelineMessage, 30);
BackRestTestBackup_PgSelectOneTest('select message from test', $strTimelineMessage, 120);
$bCreate = true;
}