+ "description": "Specifies the timeout in seconds for loading (importing) libraries and variable files during\nanalysis. Increase this if your libraries perform heavy initialization (network calls, large\ndependency graphs, model loading, etc.).\n\nMust be > 0 when set. If you omit this key, RobotCode will instead look for the environment\nvariable `ROBOTCODE_LOAD_LIBRARY_TIMEOUT`; otherwise it will use the internal default `10`.\n\nExamples:\n\n```toml\n[tool.robotcode-analyze]\n# Fast fail if libraries normally import in < 2s\nload_library_timeout = 5\n```\n\n```toml\n[tool.robotcode-analyze]\n# Allow heavy bootstrap (e.g. Selenium + large resource trees)\nload_library_timeout = 30\n```\n\n```toml\n[tool.robotcode-analyze]\n# Omit to use default\n# load_library_timeout = 15\n```\n",
0 commit comments