Closed
Description
在提交答案后,会显示等待结果超时。
但是实际上去系统中查看,是已经提交成功了。
发现是由于15秒内(50次*300毫秒),api依旧没有返回最终状态就提示等待结果超时。
https://github.com/shuzijun/leetcode-editor/blob/master/src/main/java/com/shuzijun/leetcode/plugin/manager/CodeManager.java
希望能增加等待时间设置,尽量避免这种情况。