You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we made `test_node_counter_consistency` more aggressively
run, our `process_network_graph` fuzzer got materially slower,
resulting in consistent fuzz CI job timeouts.
Thus, here, we reduce the iteration count on
`process_network_graph` (and `chanmon_consistency`) to get our
fuzz job passing again.
Finally, we further reduce `full_stack_target` iterations in
anticipation of a later commit which will start using our
hard-coded fuzz seeds, creating substantially more coverage and
slowing down fuzzing iterations.
0 commit comments