diff --git a/tests/simple-test.js b/tests/simple-test.js index 2f307c5..9568603 100644 --- a/tests/simple-test.js +++ b/tests/simple-test.js @@ -2,7 +2,7 @@ import http from 'k6/http'; export const options = { vus: 1, - duration: '2s' + duration: '10s' }; export default () => {