Skip to content

Commit

Permalink
Use Longer Timeout for KMS Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Oct 31, 2023
1 parent 51757a5 commit 367ca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @planetarium/account-aws-kms/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
cache: false,
testTimeout: 30000,
testTimeout: 45000,
alias: {
"#crypto": "./src/crypto/node.ts",
},
Expand Down

0 comments on commit 367ca73

Please sign in to comment.