Skip to content

Commit a17bacd

Browse files
committed
fix: dropping maxDur
1 parent e1c4b38 commit a17bacd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sites/public/load-testing/headless.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import http from "k6/http"
55
export const options = {
66
vus: 250,
77
iterations: 10000,
8-
maxDuration: "30m",
98
}
109

1110
const randomString = (stringLength = 5) =>

0 commit comments

Comments
 (0)