提交 9555c52c 编写于 作者: J Jason Park

Remove time limit temporarily

上级 b9cf2c08
......@@ -20,9 +20,9 @@ const trace = lang => (req, res, next) => {
const containerName = uuid.v4();
let killed = false;
const timer = setTimeout(() => {
execute(`docker kill ${containerName}`).then(() => {
/* execute(`docker kill ${containerName}`).then(() => {
killed = true;
});
});*/
}, timeLimit);
return execute([
'docker run --rm',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册