mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-13 18:00:35 +08:00
test: relax InsAIts monitor timeout
This commit is contained in:
parent
456bbd12e5
commit
4220f1b064
@ -11,7 +11,7 @@ const path = require('path');
|
||||
const { spawnSync } = require('child_process');
|
||||
|
||||
const SCRIPT = path.join(__dirname, '..', '..', 'scripts', 'hooks', 'insaits-security-monitor.py');
|
||||
const MONITOR_TIMEOUT_MS = 30000;
|
||||
const MONITOR_TIMEOUT_MS = 60000;
|
||||
|
||||
function createTempDir() {
|
||||
return fs.mkdtempSync(path.join(os.tmpdir(), 'insaits-monitor-'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user