refac: time limit to 60sec

This commit is contained in:
Timothy J. Baek 2024-05-16 22:39:46 -10:00
parent a4630a9825
commit 548160c739

View File

@ -238,7 +238,7 @@ __builtins__.input = input`);
stderr = 'Execution Time Limit Exceeded';
pyodideWorker.terminate();
}
}, 10000);
}, 60000);
pyodideWorker.onmessage = (event) => {
console.log('pyodideWorker.onmessage', event);