diff --git a/ta/os_test/os_test.c b/ta/os_test/os_test.c index 6cdd91f7a..bdf9ac7fd 100644 --- a/ta/os_test/os_test.c +++ b/ta/os_test/os_test.c @@ -623,7 +623,7 @@ static TEE_Result test_time(void) } MSG("TA time %"PRIu32".%03"PRIu32, t.seconds, t.millis); - if (t.seconds > 1) { + if (t.seconds > 60) { EMSG("Unexpected wrapped time %"PRIu32".%03"PRIu32, t.seconds, t.millis); return TEE_ERROR_BAD_STATE;