mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-12 16:22:30 +02:00
test: relax InsAIts monitor timeout
This commit is contained in:
parent
456bbd12e5
commit
4220f1b064
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue