number
300
--slowTestThreshold=300
The number of milliseconds after which a test or suite is considered slow and reported as such in the results.
npx rstest --slowTestThreshold=300
import { defineConfig } from '@rstest/core'; export default defineConfig({ slowTestThreshold: 300, });