You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +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:
@@ -298,7 +298,7 @@ testRun(void)
|
|||||||
}
|
}
|
||||||
HRN_FORK_CHILD_END();
|
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(
|
TEST_RESULT_VOID(
|
||||||
hrnServerRunP(HRN_FORK_CHILD_READ(), hrnServerProtocolSocket, .port = testPortMeta), "meta server run");
|
hrnServerRunP(HRN_FORK_CHILD_READ(), hrnServerProtocolSocket, .port = testPortMeta), "meta server run");
|
||||||
|
@@ -360,7 +360,7 @@ testRun(void)
|
|||||||
}
|
}
|
||||||
HRN_FORK_CHILD_END();
|
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(
|
TEST_RESULT_VOID(
|
||||||
hrnServerRunP(HRN_FORK_CHILD_READ(), hrnServerProtocolSocket, .port = authPort), "auth server run");
|
hrnServerRunP(HRN_FORK_CHILD_READ(), hrnServerProtocolSocket, .port = authPort), "auth server run");
|
||||||
|
Reference in New Issue
Block a user