Unverified Commit 8588ff83 authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #564 from zyearn/fix_grpc_timeout

modify the diff value in grpc timeout test
parents 5b3cb00f 3f9df8aa
......@@ -70,7 +70,7 @@ public:
EXPECT_EQ(-1, cntl->deadline_us());
} else {
EXPECT_NEAR(cntl->deadline_us(),
butil::gettimeofday_us() + req->timeout_us(), 60);
butil::gettimeofday_us() + req->timeout_us(), 5000);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment