Dealy set to 500ms for test program (#529)

This commit is contained in:
Sukchan Lee 2020-08-14 01:10:40 +00:00
parent bd72480303
commit 9b64944375
5 changed files with 8 additions and 8 deletions

View File

@ -61,7 +61,7 @@ int app_initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
if (ogs_config()->parameter.no_upf == 0)
upf_thread = test_child_create("upf", argv_out);
@ -76,7 +76,7 @@ int app_initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
if (ogs_config()->parameter.no_smf == 0)
smf_thread = test_child_create("smf", argv_out);

View File

@ -62,7 +62,7 @@ int app_initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
if (ogs_config()->parameter.no_upf == 0)
upf_thread = test_child_create("upf", argv_out);
@ -77,7 +77,7 @@ int app_initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
if (ogs_config()->parameter.no_smf == 0)
smf_thread = test_child_create("smf", argv_out);

View File

@ -95,7 +95,7 @@ static void initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
if (ogs_config()->parameter.no_upf == 0)
upf_thread = test_child_create("upf", argv);
@ -111,7 +111,7 @@ static void initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
if (ogs_config()->parameter.no_smf == 0)
smf_thread = test_child_create("smf", argv);

View File

@ -60,7 +60,7 @@ static void initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
rv = pcscf_fd_init();
ogs_assert(rv == OGS_OK);

View File

@ -60,7 +60,7 @@ static void initialize(const char *const argv[])
* ROUTING ERROR
* 'No remaining suitable candidate to route the message to' for:
*/
ogs_msleep(300);
ogs_msleep(500);
rv = pcscf_fd_init();
ogs_assert(rv == OGS_OK);