From 0fb82322d8b18939edbdd4989ac9bfc131bffcca Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Mon, 3 Apr 2017 02:03:53 +0800 Subject: [PATCH] reduce execution timeout --- test/sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;