[all-commits] [llvm/llvm-project] 80873d: [lit] Reduce value of synthesized timeouts
Julian Lettner via All-commits
all-commits at lists.llvm.org
Fri Oct 18 10:58:33 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 80873de5323884d942cf23c0164a6cc932e9ab7e
https://github.com/llvm/llvm-project/commit/80873de5323884d942cf23c0164a6cc932e9ab7e
Author: Julian Lettner <jlettner at apple.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)
Changed paths:
M llvm/utils/lit/lit/run.py
Log Message:
-----------
[lit] Reduce value of synthesized timeouts
Large timeout values (one year, positive infinity) trip up Python on
Windows with "OverflowError: timeout value is too large". One week
seems to work and is still large enough in practice.
Thanks to Simon Pilgrim for helping me test this.
https://reviews.llvm.org/rL375171
llvm-svn: 375264
More information about the All-commits
mailing list