From 676325db5d298b94f8865a8463f25cbbd2f26bea Mon Sep 17 00:00:00 2001 From: Bhushan Gaikwad <43483545+bhushan@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:00:37 +0530 Subject: [PATCH] Update stress-testing.md --- stress-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stress-testing.md b/stress-testing.md index be6414e..4e14dc9 100644 --- a/stress-testing.md +++ b/stress-testing.md @@ -37,7 +37,7 @@ To get started, you may use the `stress` command and provide the URL you wish to ./vendor/bin/pest stress example.com ``` -By default, the stress test duration will be `10` seconds. However, you may customize this value using the `--duration` option: +By default, the stress test duration will be `5` seconds. However, you may customize this value using the `--duration` option: ```bash ./vendor/bin/pest stress example.com --duration=5