More sleep for more test stability ?

This commit is contained in:
hakril
2025-01-24 10:46:13 +01:00
parent 16242d3436
commit f80c473de0
+1 -1
View File
@@ -378,7 +378,7 @@ def test_standard_breakpoint_self_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")