forked from OSchip/llvm-project
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:
parent
f4124a72c1
commit
5990cd5a0c
|
@ -26,7 +26,7 @@ import logging
|
|||
|
||||
class GdbRemoteTestCaseBase(TestBase):
|
||||
|
||||
_TIMEOUT_SECONDS = 5
|
||||
_TIMEOUT_SECONDS = 7
|
||||
|
||||
_GDBREMOTE_KILL_PACKET = "$k#6b"
|
||||
|
||||
|
|
Loading…
Reference in New Issue