hookTimeout

  • Type: number
  • Default: 10_000
  • CLI: --hookTimeout=10000

Default timeout of hook in milliseconds. 0 will disable the timeout.

CLI
rstest.config.ts
import { defineConfig } from '@rstest/core';

export default defineConfig({
  hookTimeout: 10000,
});