reduce execution timeout
This commit is contained in:
parent
dfa8ec2fa4
commit
0fb82322d8
|
|
@ -29,7 +29,7 @@ exports.run_code = function(code) {
|
|||
}));
|
||||
}
|
||||
}
|
||||
}, { timeout: 30000 });
|
||||
}, { timeout: 5000 });
|
||||
return stdout;
|
||||
} catch (ex) {
|
||||
return ex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user