mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Added 'Render Image' operation
This commit is contained in:
parent
87c2ec678f
commit
491a82cd67
7 changed files with 108 additions and 5 deletions
|
@ -75,7 +75,7 @@ function handleTestResult(testResult) {
|
|||
setTimeout(function() {
|
||||
console.log("Tests took longer than 10 seconds to run, returning.");
|
||||
process.exit(1);
|
||||
}, 1 * 1000);
|
||||
}, 10 * 1000);
|
||||
|
||||
|
||||
TestRegister.runTests()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue