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.
We also increase `full_stack_target` iterations because, in
practice, the CI fuzzer never finds its way into interesting paths
that take a long time.
0 commit comments