Skip to content

Commit

Permalink
hotfix hotfix hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
anuar2k committed Oct 31, 2024
1 parent c8a41fc commit 8d4b8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/suites/default/advanced_firmware_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -4173,12 +4173,12 @@ def runTest(self):
# This case finally tests if two strings occur one after another to ensure that
# download schedule for TEE is done just after the APP finish downloading
if self.read_log_until_match(regex=re.escape(b'instance /33629/0 downloaded successfully'),
timeout_s=5) is None:
timeout_s=15) is None:
raise self.failureException(
'string not found')

if self.read_log_until_match(regex=re.escape(b'download scheduled: ' + fw_uri.encode()),
timeout_s=1) is None:
timeout_s=3) is None:
raise self.failureException(
'string not found')

Expand Down

0 comments on commit 8d4b8c8

Please sign in to comment.