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 Feb 23, 2022
1 parent 75df003 commit 426916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test1/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { sleep } from 'k6';

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

0 comments on commit 426916a

Please sign in to comment.