increase waiting time

This commit is contained in:
Sukchan Lee 2019-08-25 12:18:19 +00:00
parent 91b48cde7a
commit 282231a77f
1 changed files with 1 additions and 1 deletions

View File

@ -88,6 +88,6 @@ void test_main(int argc, char **argv,
ogs_msleep(50);
}
ogs_msleep(300); /* Wait for listening all sockets */
ogs_msleep(500); /* Wait for listening all sockets */
}