Skip to content

Commit

Permalink
test: increase test duration
Browse files Browse the repository at this point in the history
Increase the duration of the test to make sure that at least one
intermediate report is produced before the workers are terminated
due to OOM. An assertion in an e2e test relies on having at least
one intermediate report produced:

https://github.com/artilleryio/artillery/blob/5a01e3632c4b6959ad94299bd7caf37397331c6b/packages/artillery/test/cloud-e2e/fargate/memory.test.js#L22
  • Loading branch information
hassy committed Jul 25, 2024
1 parent a378d08 commit e640b79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config:
target: http://asciiart.artillery.io:8080
phases:
- arrivalRate: 1
duration: 10
duration: 12
processor: './processor.js'

scenarios:
Expand Down

0 comments on commit e640b79

Please sign in to comment.