Skip to content

Commit 5ba182c

Browse files
doggy8088mstoykov
authored andcommitted
Update 03 Stress testing.md
1 parent 36e3aea commit 5ba182c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/06 Test Types/03 Stress testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const options = {
6363
// Key configurations for Stress in this section
6464
stages: [
6565
{ duration: '10m', target: 200 }, // traffic ramp-up from 1 to a higher 200 users over 10 minutes.
66-
{ duration: '30m', target: 200 }, // stay at higher 200 users for 10 minutes
66+
{ duration: '30m', target: 200 }, // stay at higher 200 users for 30 minutes
6767
{ duration: '5m', target: 0 }, // ramp-down to 0 users
6868
],
6969
};

0 commit comments

Comments
 (0)