[all-commits] [llvm/llvm-project] c88869: [LLDB] Fix timeout value on expect_gdbremote_sequence

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Sat Aug 8 11:58:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c888694a8edaf2794fc5960a3c1087fbed37ba92
      https://github.com/llvm/llvm-project/commit/c888694a8edaf2794fc5960a3c1087fbed37ba92
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2020-08-08 (Sat, 08 Aug 2020)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py

  Log Message:
  -----------
  [LLDB] Fix timeout value on expect_gdbremote_sequence

D83904 seems to have changed timeout value on expect_gdbremote_sequence which
was 120 previously. This seems to be causing intermittent failures on
lldb-aarch64-ubuntu buildbot.

This patch fixes the timeout value to see the impact on test suite.

Example:
http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/builds/7401/steps/test/logs/stdio

Differential Revision: https://reviews.llvm.org/D85514




More information about the All-commits mailing list