fix: wait for test_resource stop

This commit is contained in:
EMQ-YangM 2022-05-16 17:00:42 +08:00
parent 561d8c3912
commit 574a40b327
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ t_create_dry_run_local(_) ->
#{name => test_resource, register => true} #{name => test_resource, register => true}
) )
), ),
timer:sleep(100),
?assertEqual(undefined, whereis(test_resource)). ?assertEqual(undefined, whereis(test_resource)).
t_create_dry_run_local_failed(_) -> t_create_dry_run_local_failed(_) ->