Skip to content

Commit f80c473

Browse files
committed
More sleep for more test stability ?
1 parent 16242d3 commit f80c473

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
@@ -378,7 +378,7 @@ def test_standard_breakpoint_self_remove(proc32_64_debug, bptype):
378378
data = set()
379379
thread_exception = []
380380
def do_check():
381-
time.sleep(1)
381+
time.sleep(2)
382382
try:
383383
assert proc32_64_debug.peb.Ldr.contents.Initialized, "peb.Ldr not yet Initialized"
384384
print("[==================] LOADING PYTHON")

0 commit comments

Comments
 (0)