Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Add delay to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Oct 11, 2016
1 parent 949dbe8 commit a86fd17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Stormpath.SDK.Tests.Integration/Async/Account_tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@ public async Task Resetting_password_updates_modified_date(TestClientProvider cl

var oldModificationDate = account.PasswordModifiedAt.Value;

await Task.Delay(1000);

account.SetPassword(new RandomPassword(16));
await account.SaveAsync();

Expand Down

0 comments on commit a86fd17

Please sign in to comment.