From 8fbc09a0e144c0e71a0da7ba3aed6e80f246f7f9 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Wed, 22 May 2024 11:08:41 -0300 Subject: [PATCH] Add pytest.ini file --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..be80474 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +asyncio_task_timeout = 3600