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:
parent
6b9e19d423
commit
838ee3bd08
@ -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");
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user