feat(testing): stabilize simulation suite and fix gemini caching
This commit is contained in:
@@ -50,7 +50,7 @@ def live_gui():
|
||||
creationflags=subprocess.CREATE_NEW_PROCESS_GROUP if os.name == 'nt' else 0
|
||||
)
|
||||
|
||||
max_retries = 10 # Reduced as recommended
|
||||
max_retries = 15 # Slightly more time for gui_2
|
||||
ready = False
|
||||
print(f"[Fixture] Waiting up to {max_retries}s for Hook Server on port 8999...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user