Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Sep 4, 2023
1 parent c2f1615 commit 701193c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Future<String> adminCreateUser(

// Prevent eventual consistency issues caused by authenticating a user
// too quickly after creation.
await Future<void>.delayed(const Duration(milliseconds: 75));
await Future<void>.delayed(const Duration(milliseconds: 200));

return cognitoUsername;
}
Expand Down

0 comments on commit 701193c

Please sign in to comment.