Skip to content

Commit

Permalink
tests: increase gpg subprocess timeout in tests
Browse files Browse the repository at this point in the history
This hopefully reduces sporadic failures in Windows ci.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Mar 20, 2023
1 parent fbf2d7f commit 61679ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,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

0 comments on commit 61679ae

Please sign in to comment.