Added sleep to avoid nas test concurrency issue.

This commit is contained in:
Pedro Alvarez 2020-07-09 11:38:28 +01:00
parent 2749c870e3
commit 528777fa29
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ int mme_attach_request_test()
gw.init(gw_args, logger, &stack);
stack.init(&nas);
usleep(5000); // Wait for stack to initialize before stoping it.
// trigger test
stack.switch_on();
stack.stop();