mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 00:13:28 +00:00
fix(exec): suggest increasing timeout on timeouts
This commit is contained in:
committed by
Peter Steinberger
parent
91cdb703bd
commit
4c32411bee
@@ -458,6 +458,9 @@ describe("exec tool backgrounding", () => {
|
||||
allowBackground: false,
|
||||
});
|
||||
await expect(executeExecCommand(customBash, longDelayCmd)).rejects.toThrow(/timed out/i);
|
||||
await expect(executeExecCommand(customBash, longDelayCmd)).rejects.toThrow(
|
||||
/re-run with a higher timeout/i,
|
||||
);
|
||||
});
|
||||
|
||||
it.each<DisallowedElevationCase>(DISALLOWED_ELEVATION_CASES)(
|
||||
|
||||
Reference in New Issue
Block a user