mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: increase retry count in hypothesis_gen decorator to 10 (#1230)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user