Skip to content

Commit 339702a

Browse files
committed
fix: the max value for pingCount is 50, not 100
1 parent fba140b commit 339702a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/constructs/icmp-request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface IcmpRequest {
2828
* and assert how many packets were received.
2929
*
3030
* @minimum 1
31-
* @maximum 100
31+
* @maximum 50
3232
* @example 10
3333
* @default 10
3434
*/

0 commit comments

Comments
 (0)