From f64ecb2bc0db94cf0516baac04683ceb6a0f3f1f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 9 Oct 2023 14:15:29 -0700 Subject: [PATCH] test670: increase the test timeout This should make it more immune to loaded servers. Ref: #11328 --- tests/libtest/lib670.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib670.c b/tests/libtest/lib670.c index 9af40731c0..700b908cf1 100644 --- a/tests/libtest/lib670.c +++ b/tests/libtest/lib670.c @@ -32,7 +32,7 @@ #include "memdebug.h" -#define PAUSE_TIME 2 +#define PAUSE_TIME 5 static const char name[] = "field"; -- 2.47.3