1
mirror of https://github.com/home-assistant/supervisor synced 2024-07-11 06:27:55 +02: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:
Pascal Vizeli 2022-02-28 11:14:49 +01:00 committed by GitHub
parent a9ab64a29a
commit 21a5479a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ async def cas_validate(
env=clean_env(), env=clean_env(),
) )
async with async_timeout.timeout(10): async with async_timeout.timeout(30):
data, error = await proc.communicate() data, error = await proc.communicate()
except OSError as err: except OSError as err:
raise CodeNotaryError( raise CodeNotaryError(