提交 2c1f5026 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!3990 Change time out threshold of TBE/AKG op compiling from 20s to 350s.

Merge pull request !3990 from ZhangQinghua/master1
......@@ -74,7 +74,7 @@ class KernelBuildClient {
constexpr inline static auto kTag = "[~]";
constexpr inline static int kBufferSize = 4096;
constexpr inline static unsigned int kTimeOutSeconds = 20;
constexpr inline static unsigned int kTimeOutSeconds = 350;
static KernelBuildClient &Instance() {
static KernelBuildClient instance;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册