Revision: 10650
Author: [email protected]
Date: Thu Feb 9 00:47:18 2012
Log: Increase timeout when running test.py with the --stress-opt
option.
Review URL: https://chromiumcodereview.appspot.com/9361033
http://code.google.com/p/v8/source/detail?r=10650
Modified:
/branches/bleeding_edge/tools/test.py
=======================================
--- /branches/bleeding_edge/tools/test.py Wed Jan 25 04:37:59 2012
+++ /branches/bleeding_edge/tools/test.py Thu Feb 9 00:47:18 2012
@@ -711,7 +711,7 @@
def GetTimeout(self, testcase, mode):
result = self.timeout * TIMEOUT_SCALEFACTOR[mode]
if '--stress-opt' in self.GetVmFlags(testcase, mode):
- return result * 2
+ return result * 4
else:
return result
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev