Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: tools/heapcheck/heapcheck_test.py

Issue 10821098: Heapchecker: Raise timeout value from 20 to 30 minutes. TSAN: Add another suppression. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/heapcheck_test.py
===================================================================
--- tools/heapcheck/heapcheck_test.py (revision 148971)
+++ tools/heapcheck/heapcheck_test.py (working copy)
@@ -24,7 +24,7 @@
def __init__(self, supp_files):
self._mode = 'strict'
- self._timeout = 1200
+ self._timeout = 1800
self._nocleanup_on_exit = False
self._suppressions = []
for fname in supp_files:
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698