diff options
Diffstat (limited to 'tests/quick/50.memtest/test.py')
-rw-r--r-- | tests/quick/50.memtest/test.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/quick/50.memtest/test.py b/tests/quick/50.memtest/test.py index e894b8fb8..90beae0c6 100644 --- a/tests/quick/50.memtest/test.py +++ b/tests/quick/50.memtest/test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2006 The Regents of The University of Michigan +# Copyright (c) 2006-2007 The Regents of The University of Michigan # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,3 +26,5 @@ # # Authors: Ron Dreslinski +MemTest.max_loads=1e5 +MemTest.progress_interval=1e4 |