mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 22:56:31 +00:00
Test CI codenotary timeout of 15sec for DNS plugin issues (#3469)
* Test CI codenotary timeout of 15sec for DNS plugin issues * Update codenotary.py
This commit is contained in:
parent
a9ab64a29a
commit
21a5479a2e
@ -58,7 +58,7 @@ async def cas_validate(
|
||||
env=clean_env(),
|
||||
)
|
||||
|
||||
async with async_timeout.timeout(10):
|
||||
async with async_timeout.timeout(30):
|
||||
data, error = await proc.communicate()
|
||||
except OSError as err:
|
||||
raise CodeNotaryError(
|
||||
|
Loading…
x
Reference in New Issue
Block a user