Skip to content

Commit

Permalink
fix: increase command run timeout in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hawflau committed Jun 27, 2024
1 parent 5c8d987 commit cf5d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
LOG = logging.getLogger(__name__)

CommandResult = namedtuple("CommandResult", "process stdout stderr")
TIMEOUT = 600
TIMEOUT = 900
CFN_PYTHON_VERSION_SUFFIX = os.environ.get("PYTHON_VERSION", "0.0.0").replace(".", "-")


Expand Down

0 comments on commit cf5d693

Please sign in to comment.