forked from OSchip/llvm-project
Remove XTIMEOUT from TestExitDuringStep on linux
The test has passed last 200 buildbot runs, so it's hopefully working now. I'll watch buildbots for signs of trouble. llvm-svn: 256746
This commit is contained in:
parent
88e1a7d12c
commit
470ea72367
|
@ -1147,7 +1147,6 @@ def getExpectedTimeouts(platform_name):
|
|||
if target.startswith("linux"):
|
||||
expected_timeout |= {
|
||||
"TestEvents.py",
|
||||
"TestExitDuringStep.py",
|
||||
|
||||
# Times out in ~10% of the times on the build bot
|
||||
"TestHelloWorld.py",
|
||||
|
|
Loading…
Reference in New Issue