Browse Source

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

Merge pull request !3990 from ZhangQinghua/master1
tags/v0.7.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
2c1f5026cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/backend/session/kernel_build_client.h

+ 1
- 1
mindspore/ccsrc/backend/session/kernel_build_client.h View File

@@ -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;


Loading…
Cancel
Save