1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-03 14:52:21 +02:00

Increase some storage test timeouts.

32-bit Debian 9 is sometimes timing out on these tests so increase the timeouts to make the tests more reliable.
This commit is contained in:
David Steele 2021-10-18 11:05:53 -04:00
parent 6b9e19d423
commit 838ee3bd08
2 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ testRun(void)
}
HRN_FORK_CHILD_END();
HRN_FORK_CHILD_BEGIN(.prefix = "meta server", .timeout = 10000)
HRN_FORK_CHILD_BEGIN(.prefix = "meta server", .timeout = 15000)
{
TEST_RESULT_VOID(
hrnServerRunP(HRN_FORK_CHILD_READ(), hrnServerProtocolSocket, .port = testPortMeta), "meta server run");

View File

@ -360,7 +360,7 @@ testRun(void)
}
HRN_FORK_CHILD_END();
HRN_FORK_CHILD_BEGIN(.prefix = "auth server", .timeout = 5000)
HRN_FORK_CHILD_BEGIN(.prefix = "auth server", .timeout = 10000)
{
TEST_RESULT_VOID(
hrnServerRunP(HRN_FORK_CHILD_READ(), hrnServerProtocolSocket, .port = authPort), "auth server run");