Skip to content

Commit

Permalink
[SHIBUI-570]
Browse files Browse the repository at this point in the history
Dropped min refresh down to 30S.
  • Loading branch information
Bill Smith committed Sep 12, 2018
1 parent 670fb5c commit 640423a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ class TestObjectGenerator {
it.metadataURL = 'https://idp.unicon.net/idp/shibboleth'

it.reloadableMetadataResolverAttributes = new ReloadableMetadataResolverAttributes().with {
it.minRefreshDelay = 'PT5M'
it.minRefreshDelay = 'PT30S'
it.maxRefreshDelay = 'PT1H'
it.refreshDelayFactor = 0.75
it
Expand Down

0 comments on commit 640423a

Please sign in to comment.