[Piglit] [PATCH 1/2] Revert "igt: timeout tests by default after 20 minutes"

Dylan Baker baker.dylan.c at gmail.com
Tue Jan 21 06:22:27 PST 2014


This reverts commit 5db759ffc3c20c83d5d0fd663cd171dc1425fae9.
---
 tests/igt.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/igt.py b/tests/igt.py
index 5f52e49..2c107f3 100644
--- a/tests/igt.py
+++ b/tests/igt.py
@@ -73,7 +73,6 @@ profile = TestProfile()
 class IGTTest(ExecTest):
     def __init__(self, binary, arguments=[]):
         ExecTest.__init__(self, [path.join(igtTestRoot, binary)] + arguments)
-        self.timeout = 60*20 # 20 minutes deadline by default
 
     def interpretResult(self, out, returncode, results, dmesg):
         if not igtEnvironmentOk:
-- 
1.8.5.3



More information about the Piglit mailing list