Skip to content

Commit

Permalink
increase blueprint test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 13, 2023
1 parent 1c94c4d commit de095a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig, defaultExclude } from 'vitest/config';
export default defineConfig({
test: {
threads: false,
hookTimeout: 15000,
hookTimeout: 20000,
exclude: [...defaultExclude.filter(val => val !== '**/cypress/**'), '**/templates/**', '**/resources/**'],
},
});

0 comments on commit de095a2

Please sign in to comment.