Skip to content

Commit 43fd2b3

Browse files
committed
Update timeout time in tests
1 parent f89a24a commit 43fd2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
yolo = generate_pop_and_exit_fixtures([pop_proc_32, pop_proc_64], ids=["proc32dbg", "proc64dbg"], dwCreationFlags=gdef.CREATE_SUSPENDED)
2929

30-
DEFAULT_DEBUGGER_TIMEOUT = 10
30+
DEFAULT_DEBUGGER_TIMEOUT = 60
3131

3232
@pytest.mark.timeout(DEFAULT_DEBUGGER_TIMEOUT)
3333
def test_init_breakpoint_callback(proc32_64_debug):

0 commit comments

Comments
 (0)