Simple test to 10s

This commit is contained in:
Alex Hyett 2023-09-28 10:02:15 +01:00
parent c37e19537d
commit 3b1a31ee9f

View file

@ -2,7 +2,7 @@ import http from 'k6/http';
export const options = {
vus: 1,
duration: '2s'
duration: '10s'
};
export default () => {