[all-commits] [llvm/llvm-project] 8c363e: [compiler-rt][lsan] Increase libdl_deadlock test t...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Jun 2 06:38:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c363efecc5686055c19ef44941322a2c26b07cf
https://github.com/llvm/llvm-project/commit/8c363efecc5686055c19ef44941322a2c26b07cf
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-06-02 (Wed, 02 Jun 2021)
Changed paths:
M compiler-rt/test/lsan/TestCases/Linux/libdl_deadlock.cpp
Log Message:
-----------
[compiler-rt][lsan] Increase libdl_deadlock test timeout
We have been seeing this test fail intermittently on our
2 stage AArch64 bot.
As far back as https://lab.llvm.org/buildbot/#/builders/53/builds/2694
Likely due to a lack of resources at certain times on the
shared machine. Up the time limit to give us some more room.
(this limit only applies to the watchdog thread, so if the
test passes then it won't take 20s)
More information about the All-commits
mailing list