mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 11:37:44 +00:00
feat: add coder check and give more time (#1127)
* feat: introduce max_seconds_multiplier for timeout management across components * avoid using assert in test * hot fix a very small bug * runner multiply twice * revert feedback change * add a switch to longer timeout
This commit is contained in:
@@ -170,5 +170,6 @@ class ModelCoSTEER(CoSTEER):
|
||||
evolving_version=2,
|
||||
scen=scen,
|
||||
max_loop=DS_RD_SETTING.coder_max_loop,
|
||||
max_seconds=scen.real_debug_timeout() * settings.max_seconds_multiplier,
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user