From 222c7a135f323a4ad29b9a84a148e424ce20cf85 Mon Sep 17 00:00:00 2001 From: Spencer Sevilla Date: Thu, 7 Mar 2024 15:25:06 -0800 Subject: [PATCH] increase 5gc init/startup time before running tests because it still uses diameter (#88) --- tests/app/5gc-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/5gc-init.c b/tests/app/5gc-init.c index 6dda686557..9fb9e6ed65 100644 --- a/tests/app/5gc-init.c +++ b/tests/app/5gc-init.c @@ -85,7 +85,7 @@ int app_initialize(const char *const argv[]) * * If freeDiameter is not used, it uses a delay of less than 4 seconds. */ - ogs_msleep(500); + ogs_msleep(5000); return OGS_OK;; }