We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89a24a commit 43fd2b3Copy full SHA for 43fd2b3
1 file changed
tests/test_debugger.py
@@ -27,7 +27,7 @@
27
28
yolo = generate_pop_and_exit_fixtures([pop_proc_32, pop_proc_64], ids=["proc32dbg", "proc64dbg"], dwCreationFlags=gdef.CREATE_SUSPENDED)
29
30
-DEFAULT_DEBUGGER_TIMEOUT = 10
+DEFAULT_DEBUGGER_TIMEOUT = 60
31
32
@pytest.mark.timeout(DEFAULT_DEBUGGER_TIMEOUT)
33
def test_init_breakpoint_callback(proc32_64_debug):
0 commit comments