Skip to content

Commit

Permalink
increase 5gc init/startup time before running tests because it still …
Browse files Browse the repository at this point in the history
…uses diameter (#88)
  • Loading branch information
spencersevilla committed Mar 7, 2024
1 parent 2abc84c commit 222c7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/5gc-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;;
}
Expand Down

0 comments on commit 222c7a1

Please sign in to comment.