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:
parent
3b449d3416
commit
1160e3cc17
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue