Skip to content

Commit f99dc61

Browse files
committed
More tests fix stability
1 parent ddc9f16 commit f99dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def test_standard_breakpoint_remove(proc32_64_debug, bptype):
440440
data = set()
441441
thread_exception = []
442442
def do_check():
443-
time.sleep(1)
443+
time.sleep(2)
444444
try:
445445
assert proc32_64_debug.peb.Ldr.contents.Initialized, "peb.Ldr not yet Initialized"
446446
print("[==================] LOADING PYTHON")

0 commit comments

Comments
 (0)