Skip to content

Commit

Permalink
Change test timeouts to 30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Mar 20, 2023
1 parent 2a23358 commit f976120
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 = 15
TIMEOUT = 30


@pytest.mark.timeout(TIMEOUT)
Expand Down

0 comments on commit f976120

Please sign in to comment.