rabbit_auth_cache_SUITE: Bump `random_timing` expiry to 30 seconds

... from the inital 2 seconds expiry. This looked a bit too short in CI
where workers can be quite loaded.
This commit is contained in:
Jean-Sébastien Pédron 2019-04-08 19:09:20 +02:00
parent 3b449d3416
commit 1160e3cc17
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ get_deleted(Config) ->
random_timing(Config) ->
random_timing(Config, 2000, 1000).
random_timing(Config, 30000, 1000).
random_timing(Config, MaxTTL, Parallel) ->
AuthCacheModule = ?config(auth_cache_module, Config),