More tests fix stability

This commit is contained in:
hakril
2025-01-24 09:47:50 +01:00
parent ddc9f16e9c
commit f99dc61bb2
+1 -1
View File
@@ -440,7 +440,7 @@ def test_standard_breakpoint_remove(proc32_64_debug, bptype):
data = set()
thread_exception = []
def do_check():
time.sleep(1)
time.sleep(2)
try:
assert proc32_64_debug.peb.Ldr.contents.Initialized, "peb.Ldr not yet Initialized"
print("[==================] LOADING PYTHON")