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 f2d7130 commit c4e8e2cCopy full SHA for c4e8e2c
lldb/test/API/driver/quit_speed/TestQuitWithProcess.py
@@ -12,6 +12,7 @@
12
class DriverQuitSpeedTest(PExpectTest):
13
source = "main.c"
14
15
+ @skipIfAsan
16
def test_run_quit(self):
17
"""Test that the lldb driver's batch mode works correctly."""
18
import pexpect
@@ -31,4 +32,4 @@ def test_run_quit(self):
31
32
print("Got launch message")
33
child.sendline("quit")
34
print("sent quit")
- child.expect(pexpect.EOF, timeout=60)
35
+ child.expect(pexpect.EOF, timeout=15)
0 commit comments