Index: snapshot/win/end_to_end_test.py |
diff --git a/snapshot/win/end_to_end_test.py b/snapshot/win/end_to_end_test.py |
index 4f453c7e143db355ea405ad8e5b14c0905828dc1..34343ba6218e753f9aa46f78acc04d80b48d35d9 100755 |
--- a/snapshot/win/end_to_end_test.py |
+++ b/snapshot/win/end_to_end_test.py |
@@ -247,7 +247,7 @@ def RunTests(cdb_path, |
r'FreeOwnStackAndBreak.*\nquit:', |
'at correct location, no additional stack entries') |
- out = CdbRun(cdb_path, dump_path, '.ecxr; db /c14 edi') |
+ out = CdbRun(cdb_path, dump_path, '.ecxr; ~1s; db /c14 edi') |
out.Check(r'63 62 61 60 5f 5e 5d 5c-5b 5a 59 58 57 56 55 54 53 52 51 50', |
'data pointed to by registers captured') |