Add more delay for test program

This commit is contained in:
Sukchan Lee 2020-09-14 03:37:31 +00:00
parent 8f91273970
commit 1b5dd48142
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ int app_initialize(const char *const argv[])
*
* If freeDiameter is not used, it uses a delay of less than 4 seconds.
*/
ogs_msleep(2000);
ogs_msleep(3000);
return OGS_OK;;
}