"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "adf9ccb5eb419785918882fdcf60f73d5e3f4e33"
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`); ...@@ -238,7 +238,7 @@ __builtins__.input = input`);
stderr = 'Execution Time Limit Exceeded'; stderr = 'Execution Time Limit Exceeded';
pyodideWorker.terminate(); pyodideWorker.terminate();
} }
}, 10000); }, 60000);
pyodideWorker.onmessage = (event) => { pyodideWorker.onmessage = (event) => {
console.log('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