Skip to content

Commit

Permalink
make appveyor happy
Browse files Browse the repository at this point in the history
  • Loading branch information
explunit committed Mar 27, 2018
1 parent 3161e15 commit 871e092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Tests/FederationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public void Federation_ReloadOfMetadata_RemovesAllIdpsIfMetadataIsNoLongerValid(
[TestMethod]
public void Federation_ReloadOfMetadata_KeepsOldDataUntilMetadataBecomesInvalid()
{
MetadataRefreshScheduler.minInterval = new TimeSpan(0, 0, 0, 0, 5);
MetadataRefreshScheduler.minInterval = new TimeSpan(0, 0, 0, 0, 50);

var options = StubFactory.CreateOptions();
// Disable logging in this case, to trigger the code path when logger is null.
Expand Down

0 comments on commit 871e092

Please sign in to comment.