Skip to content

Commit

Permalink
fix depends-on scenario test (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: Norberto Arrieta <narrieta@users.noreply.github.com>
  • Loading branch information
nagworld9 and narrieta authored Apr 18, 2022
1 parent ae5cff8 commit 02db57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ga/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ def mock_popen(cmd, *args, **kwargs):
return original_popen(["echo", "Yes"], *args, **kwargs)

with patch('azurelinuxagent.common.cgroupapi.subprocess.Popen', side_effect=mock_popen):
with patch('azurelinuxagent.ga.exthandlers._DEFAULT_EXT_TIMEOUT_MINUTES', 0.001):
with patch('azurelinuxagent.ga.exthandlers._DEFAULT_EXT_TIMEOUT_MINUTES', 0.01):
exthandlers_handler.run()
exthandlers_handler.report_ext_handlers_status()

Expand Down

0 comments on commit 02db57b

Please sign in to comment.