From 8d4b8c86a25e61280bda451cfe0880b9467dc99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20W=C3=B3jtowicz?= Date: Thu, 31 Oct 2024 17:02:19 +0100 Subject: [PATCH] hotfix hotfix hotfix --- tests/integration/suites/default/advanced_firmware_update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/suites/default/advanced_firmware_update.py b/tests/integration/suites/default/advanced_firmware_update.py index 41c8c84a..00f32493 100644 --- a/tests/integration/suites/default/advanced_firmware_update.py +++ b/tests/integration/suites/default/advanced_firmware_update.py @@ -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')