From eac3eaeb00f4853c2e054ecb026d1d302f142e90 Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Tue, 14 Apr 2026 07:29:40 +0000 Subject: [PATCH] Add exec timeout conventions to TOOLS.md --- TOOLS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TOOLS.md b/TOOLS.md index b6ad0cc..8c0ff2d 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -80,3 +80,9 @@ Add whatever helps you do your job. This is your cheat sheet. - User: `greggy` - Workspace Repo: `/root/.openclaw/workspace` - Credentials in `.bashrc`/`.profile` + +### Exec-Timeouts (Konventionen) + +- Kurze CLI-Abfragen: **150 Sekunden** +- Python-Skripte: **300 Sekunden** +- Browser-Vorgänge: **300 Sekunden**