Search
number
5_000
--testTimeout=5000
Default timeout of a test in milliseconds. 0 will disable the timeout.
0
import { defineConfig } from '@rstest/core'; export default defineConfig({ testTimeout: 5000, });