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
1 changed files with 1 additions and 1 deletions

View File

@ -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(