[all-commits] [llvm/llvm-project] 24f432: [utils][tests] Adjust timeout-hang.py tolerances (...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Mon Jun 2 17:20:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24f432d33eb05175bd7237f9cac304afaba738a3
https://github.com/llvm/llvm-project/commit/24f432d33eb05175bd7237f9cac304afaba738a3
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M llvm/utils/lit/tests/timeout-hang.py
Log Message:
-----------
[utils][tests] Adjust timeout-hang.py tolerances (#142089)
The subject test sporadically fails on the AIX builder:
https://lab.llvm.org/buildbot/#/builders/64/builds/3921/steps/6/logs/FAIL__lit___timeout-hang_py
This appears to be an environment issue potentially connected to high
load because the problem is not observed on other AIX machines.
This patch separates the "hard" timeout value from the value used to
signal a hang. This allows for a more generous "hard" timeout value,
which allows observation of cases that take longer to finish despite not
hanging.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list