Timothy J. Baek 11 месяцев назад
Родитель
Сommit
548160c739
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/lib/components/chat/Messages/CodeBlock.svelte

+ 1 - 1
src/lib/components/chat/Messages/CodeBlock.svelte

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