fix: increase retry count in hypothesis_gen decorator to 10 (#1230)

This commit is contained in:
you-n-g
2025-09-08 12:23:58 +08:00
committed by GitHub
parent 6fc3877a39
commit 86ce4f135d
@@ -606,7 +606,7 @@ class DSProposalV2ExpGen(ExpGen):
all_problems[problem_name] = fb_problems[problem_name]
return all_problems
@wait_retry(retry_n=5)
@wait_retry(retry_n=10)
def hypothesis_gen(
self,
component_desc: str,