chore: remove timeout
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -111,7 +111,7 @@ export class SecureTemplater {
|
||||
};
|
||||
}
|
||||
|
||||
const vm = new VM({ timeout: 1000, sandbox });
|
||||
const vm = new VM({ sandbox });
|
||||
|
||||
const nunjucksSource = await fs.readFile(
|
||||
resolvePackagePath(
|
||||
|
||||
Reference in New Issue
Block a user