Skip to content

Commit

Permalink
JavaScript (v3): Increase test timeout for SQS integ tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyle0819 committed Mar 20, 2024
1 parent b291c5d commit 7f58f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascriptv3/example_code/sqs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
testTimeout: 240000,
testTimeout: 900000,
},
});

0 comments on commit 7f58f8c

Please sign in to comment.