Skip to content

Commit

Permalink
increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Aug 28, 2024
1 parent 31e9193 commit fa4ed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/newman-reporter-allure/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
dir: "./test/spec",
fileParallelism: false,
testTimeout: 25000,
testTimeout: 50000,
setupFiles: ["./vitest-setup.ts"],
reporters: ["default", ["allure-vitest/reporter", { resultsDir: "./out/allure-results" }]],
typecheck: {
Expand Down

0 comments on commit fa4ed8d

Please sign in to comment.