File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ EXPECTED_LOGS="$SOURCE_DIR/configs/renode/expected_logs.txt"
2424VERIFY_SCRIPT=" $SOURCE_DIR /scripts/verify_renode_logs.sh"
2525
2626# Timeouts (seconds)
27- CONNECT_TIMEOUT=90
28- MONITOR_TIMEOUT=30
27+ CONNECT_TIMEOUT=120
28+ MONITOR_TIMEOUT=90
2929
3030echo " =============================================="
3131echo " dmod-boot Renode emulation tests"
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ static void boot_shell(dmlog_ctx_t ctx)
428428
429429int main (int argc , char * * argv )
430430{
431- Dmod_SetLogLevel (Dmod_LogLevel_Info );
431+ Dmod_SetLogLevel (Dmod_LogLevel_Warn );
432432 void * logs_start = & __logs_start__ ;
433433 void * logs_end = & __logs_end__ ;
434434 dmlog_index_t logs_size = (dmlog_index_t )((uintptr_t )logs_end - (uintptr_t )logs_start );
You can’t perform that action at this time.
0 commit comments