Skip to content

Commit

Permalink
Update script1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-59 authored Sep 15, 2023
1 parent 59b3f32 commit 96559fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script1.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export let options = {
};
export default function () {
http.get('http://test.k6.io');
sleep(3);
sleep(5);
}

0 comments on commit 96559fe

Please sign in to comment.