File: __init__.py

package info (click to toggle)
python-securesystemslib 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,316 kB
  • sloc: python: 5,319; sh: 38; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
"""Securesystemslib tests.

NOTE: This file is only considered when running tests via aggregate_tests.py, or
with the '-m' flag, when invoked individually.

"""

# Increase gpg subprocess timeout -- Windows CI fails frequently with default 10s.
import securesystemslib._gpg.constants

securesystemslib._gpg.constants.GPG_TIMEOUT = 120