Skip to content

Commit 46b9dc3

Browse files
Jacksunweicopybara-github
authored andcommitted
test: Increase UnsafeLocalCodeExecutor timeout to mitigate flakiness on slow VMs
Co-authored-by: Wei Sun (Jack) <weisun@google.com> PiperOrigin-RevId: 931501085
1 parent d4ba521 commit 46b9dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unittests/tools/test_skill_toolset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ def _make_real_executor_toolset(skills, **kwargs):
12261226
if sys.executable is None:
12271227
sys.executable = "/usr/bin/python3"
12281228

1229-
executor = UnsafeLocalCodeExecutor(timeout_seconds=10)
1229+
executor = UnsafeLocalCodeExecutor(timeout_seconds=60)
12301230
return skill_toolset.SkillToolset(skills, code_executor=executor, **kwargs)
12311231

12321232

0 commit comments

Comments
 (0)