Search
number
10_000
--hookTimeout=10000
Default timeout of hook in milliseconds. 0 will disable the timeout.
0
import { defineConfig } from '@rstest/core'; export default defineConfig({ hookTimeout: 10000, });