[all-commits] [llvm/llvm-project] bb7970: [utils][tests] Adjust timeout-hang.py tolerances
Hubert Tong via All-commits
all-commits at lists.llvm.org
Thu May 29 22:44:57 PDT 2025
Branch: refs/heads/users/hubert-reinterpretcast/timeout-hang
Home: https://github.com/llvm/llvm-project
Commit: bb7970e40f226978fa54ffafc807f03b571fcdc2
https://github.com/llvm/llvm-project/commit/bb7970e40f226978fa54ffafc807f03b571fcdc2
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/utils/lit/tests/timeout-hang.py
Log Message:
-----------
[utils][tests] Adjust timeout-hang.py tolerances
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