Skip to content

Commit

Permalink
Change timeout in tests to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Apr 25, 2023
1 parent 498d411 commit 9876457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_async_tk_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from async_tkinter_loop import async_handler, async_mainloop

TIMEOUT = 30
TIMEOUT = 60


@pytest.mark.timeout(TIMEOUT)
Expand Down

0 comments on commit 9876457

Please sign in to comment.