remove test

This commit is contained in:
streetycat
2023-10-16 10:02:59 +00:00
parent b117b36e5b
commit d945796f7e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ class ComputeKernel:
if task_req.state == ComputeTaskState.ERROR:
break
if check_times >= 12000:
if check_times >= 120:
task_req.state = ComputeTaskState.ERROR
break