Skip to content

Commit c2a0487

Browse files
committed
tools: set hardware timeout 300 for freertos smpdemo in nsdk_cli configs
FreeRTOS SMP demo checker need more time to run Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent e4becea commit c2a0487

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • tools/scripts/nsdk_cli/configs/fpgaci/smpapp

tools/scripts/nsdk_cli/configs/fpgaci/smpapp/app.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
},
4141
"application/freertos/smpdemo": {
4242
"build_config" : {},
43+
"run_config": {
44+
"hardware": {
45+
"timeout": 300
46+
}
47+
},
4348
"checks": {
4449
"PASS": ["timers Callback 500 on hart"]
4550
}

0 commit comments

Comments
 (0)