mirror of https://github.com/grpc/grpc.git
[Fuzzing] Bound RunAfter duration in fuzzing event engine (#33128)
Bounds duration to 1 year. Fixes b/258949216pull/33137/head
parent
c2e1ea928d
commit
915d7c4a70
2 changed files with 21 additions and 1 deletions
@ -0,0 +1,15 @@ |
||||
actions { |
||||
create_channel { |
||||
target: "unix:,:,2147483653,p,,,::, H?:::c23http8:::::;::::::" |
||||
channel_args { |
||||
key: "grpc.min_reconnect_backoff_ms" |
||||
i: 720575938231795711 |
||||
} |
||||
channel_actions { |
||||
wait_ms: 106 |
||||
} |
||||
} |
||||
} |
||||
actions { |
||||
check_connectivity: true |
||||
} |
Loading…
Reference in new issue