-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #542 from lukpueh/workaround-flaky-windows-tests
ci/tests: workarounds for flaky windows tests
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters