tests: increase the timeout to 60 seconds
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
e6b4e54bea
commit
348d45e87c
|
@ -6,7 +6,7 @@ required_plugins =
|
|||
pytest-asyncio>=0.17.2
|
||||
pytest-timeout>=2.1.0
|
||||
asyncio_mode = strict
|
||||
timeout = 20
|
||||
timeout = 60
|
||||
timeout_method = signal
|
||||
markers =
|
||||
run_paths
|
||||
|
|
Loading…
Reference in New Issue