Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-59 authored Jan 5, 2023
1 parent d949886 commit e6ff153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { sleep } from 'k6';

export default function () {
http.get('http://test.k6.io');
sleep(1);
sleep(2);
test
}

0 comments on commit e6ff153

Please sign in to comment.