"sgl-kernel/vscode:/vscode.git/clone" did not exist on "f730362ee207ae8af892e6924d9c811c383dda47"
Commit 548160c7 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: time limit to 60sec

parent a4630a98
......@@ -238,7 +238,7 @@ __builtins__.input = input`);
stderr = 'Execution Time Limit Exceeded';
pyodideWorker.terminate();
}
}, 10000);
}, 60000);
pyodideWorker.onmessage = (event) => {
console.log('pyodideWorker.onmessage', event);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment