mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
Change text timeout to 30 seconds
This commit is contained in:
parent
728b4ea89d
commit
d440b3b398
1 changed files with 3 additions and 3 deletions
|
@ -91,9 +91,9 @@ page.open("build/test/index.html", function(status) {
|
|||
|
||||
|
||||
/**
|
||||
* Fail if the process takes longer than 10 seconds.
|
||||
* Fail if the process takes longer than 30 seconds.
|
||||
*/
|
||||
setTimeout(function() {
|
||||
console.log("Tests took longer than 10 seconds to run, returning.");
|
||||
console.log("Tests took longer than 30 seconds to run, returning.");
|
||||
phantom.exit(1);
|
||||
}, 10 * 1000);
|
||||
}, 30 * 1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue