Skip to content

Commit 9876457

Browse files
committed
Change timeout in tests to 60s
1 parent 498d411 commit 9876457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_async_tk_loop.py

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

77
from async_tkinter_loop import async_handler, async_mainloop
88

9-
TIMEOUT = 30
9+
TIMEOUT = 60
1010

1111

1212
@pytest.mark.timeout(TIMEOUT)

0 commit comments

Comments
 (0)