[llvm] 5925c4a - [lit] Increase sleep time in timeout test

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 16:25:15 PDT 2020


Author: Julian Lettner
Date: 2020-04-10T16:22:00-07:00
New Revision: 5925c4a0ff720fa85a83a44f0358da4076297651

URL: https://github.com/llvm/llvm-project/commit/5925c4a0ff720fa85a83a44f0358da4076297651
DIFF: https://github.com/llvm/llvm-project/commit/5925c4a0ff720fa85a83a44f0358da4076297651.diff

LOG: [lit] Increase sleep time in timeout test

Fixup for cbe42a9d5fa.  Increase values for testing the overall lit
timeout (--max-time) which wasn't enough for the test to complete on
very slow build bots.

Added: 
    

Modified: 
    llvm/utils/lit/tests/max-time.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/tests/max-time.py b/llvm/utils/lit/tests/max-time.py
index a4cb0139336e..a340aebe3a9d 100644
--- a/llvm/utils/lit/tests/max-time.py
+++ b/llvm/utils/lit/tests/max-time.py
@@ -1,6 +1,6 @@
 # Test overall lit timeout (--max-time).
 #
-# RUN: %{lit} %{inputs}/max-time --max-time=1 2>&1  |  FileCheck %s
+# RUN: %{lit} %{inputs}/max-time --max-time=5 2>&1  |  FileCheck %s
 
 # CHECK: reached timeout, skipping remaining tests
 # CHECK: Skipped Tests  : 1


        


More information about the llvm-commits mailing list