We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bcfab commit de2ac82Copy full SHA for de2ac82
test/bthread_butex_unittest.cpp
@@ -57,7 +57,7 @@ void* joiner(void* arg) {
57
LOG(FATAL) << "fail to join thread_" << th - (bthread_t*)arg;
58
}
59
long elp = butil::gettimeofday_us() - t1;
60
- EXPECT_LE(labs(elp - (th - (bthread_t*)arg + 1) * 100000L), 15000L)
+ EXPECT_LE(labs(elp - (th - (bthread_t*)arg + 1) * 100000L), 20000L)
61
<< "timeout when joining thread_" << th - (bthread_t*)arg;
62
LOG(INFO) << "Joined thread " << *th << " at " << elp << "us ["
63
<< bthread_self() << "]";
0 commit comments