Skip to content

Commit

Permalink
update test case to increase % coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GAURAVRAMRAKHYANI committed May 3, 2024
1 parent a122a55 commit 4de68b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tests/Test_PatchInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def test_dependency_install_failed(self):
# grub-efi-amd64-signed is dependent on grub-efi-amd64-bin, so grub-efi-amd64-signed should also get excluded
# so, out of 7 packages, only 5 packages are installed and 2 are excluded
current_time = datetime.datetime.utcnow()
td = datetime.timedelta(hours=0, minutes=20)
td = datetime.timedelta(hours=0, minutes=42)
job_start_time = (current_time - td).strftime("%Y-%m-%dT%H:%M:%S.9999Z")
argument_composer = ArgumentComposer()
argument_composer.maximum_duration = 'PT1H'
Expand Down

0 comments on commit 4de68b4

Please sign in to comment.