Bump up the packet timeout for gdbremote tests

Log confirmed that the we are sometimes timing out on the receive, even though the server is
sending the correct packets.

llvm-svn: 259878
This commit is contained in:
Pavel Labath 2016-02-05 11:17:22 +00:00
parent f4124a72c1
commit 5990cd5a0c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import logging
class GdbRemoteTestCaseBase(TestBase):
_TIMEOUT_SECONDS = 5
_TIMEOUT_SECONDS = 7
_GDBREMOTE_KILL_PACKET = "$k#6b"