diff --git a/test/sandbox.js b/test/sandbox.js index 504e5e25..396a6e2c 100644 --- a/test/sandbox.js +++ b/test/sandbox.js @@ -29,7 +29,7 @@ exports.run_code = function(code) { })); } } - }, { timeout: 30000 }); + }, { timeout: 5000 }); return stdout; } catch (ex) { return ex;