Index: test/dosep.py =================================================================== --- test/dosep.py +++ test/dosep.py @@ -53,7 +53,7 @@ if os.environ.get('LLDB_TEST_TIMEOUT') == None and os.environ.get('LLDB_TESTCONCURRENTEVENTS_TIMEOUT') == None: os.environ['LLDB_TESTCONCURRENTEVENTS_TIMEOUT'] = "7m" -default_timeout = os.getenv("LLDB_TEST_TIMEOUT") or "5m" +default_timeout = os.getenv("LLDB_TEST_TIMEOUT") or "10m" # Status codes for running command with timeout. eTimedOut, ePassed, eFailed = 124, 0, 1