summaryrefslogtreecommitdiff
path: root/src/irmd/reg
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-03-06 17:16:32 +0100
committerSander Vrijders <sander@ouroboros.rocks>2026-03-14 11:23:47 +0100
commita6b629a8c5e13c877a03a59042d188f929d5740a (patch)
tree9491192e28981c04f2d16cccc6c31de781f90b9a /src/irmd/reg
parent2eb847479137143cc8f603bc70e3b7100ebf03b4 (diff)
downloadouroboros-a6b629a8c5e13c877a03a59042d188f929d5740a.tar.gz
ouroboros-a6b629a8c5e13c877a03a59042d188f929d5740a.zip
irmd: Relax test flow accept timeout
The reg_test still had false-positive failures on slow machines / woodpecker. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/reg')
-rw-r--r--src/irmd/reg/tests/reg_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/reg/tests/reg_test.c b/src/irmd/reg/tests/reg_test.c
index b426c0dd..f4b0188b 100644
--- a/src/irmd/reg/tests/reg_test.c
+++ b/src/irmd/reg/tests/reg_test.c
@@ -1491,7 +1491,7 @@ static int test_wait_accepting_fail_name(void)
static void * test_call_flow_accept(void * o)
{
struct timespec abstime;
- struct timespec timeo = TIMESPEC_INIT_MS(10);
+ struct timespec timeo = TIMESPEC_INIT_MS(30);
buffer_t pbuf = BUF_INIT;
struct proc_info pinfo = TEST_PROC_INFO;