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

pull/3990/head
Zhang Qinghua 5 years ago
parent 0154bdeb70
commit 51e336ec72

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