@@ -88,6 +88,7 @@ def judge(src_path, td_path, td_total, time_limit, memory_limit, language):
return {'result_list': [{'result': RESULT_STR[7]}]}
args = ['java', 'Main']
src_file = 'Main.class'
+ time_limit *= 3
elif language == 'python':
if not compile_python(src_path):