Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents e161790 + 087a238 commit 96bfd2c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ function momentoClientForTesting(): CacheClient {

function momentoClientForTestingWithSessionToken(): CacheClient {
return new CacheClient({
configuration: Configurations.Laptop.latest().withClientTimeoutMillis(60000),
configuration:
Configurations.Laptop.latest().withClientTimeoutMillis(60000),
credentialProvider: sessionCredsProvider(),
defaultTtlSeconds: 1111,
});
Expand Down

0 comments on commit 96bfd2c

Please sign in to comment.