Simple test to 10s
This commit is contained in:
parent
c37e19537d
commit
3b1a31ee9f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import http from 'k6/http';
|
|||
|
||||
export const options = {
|
||||
vus: 1,
|
||||
duration: '2s'
|
||||
duration: '10s'
|
||||
};
|
||||
|
||||
export default () => {
|
||||
|
|
Loading…
Reference in a new issue