Skip to content

Commit 90d6d9e

Browse files
committed
tools/scripts: update smpdemo hw ci checker to let it run more time
Signed-off-by: Huaqi Fang <[email protected]>
1 parent ae3d8b5 commit 90d6d9e

File tree

1 file changed

+2
-2
lines changed
  • tools/scripts/nsdk_cli/configs/fpgaci/smpapp

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target" : "hardware",
44
"hardware" : {
55
"baudrate": 115200,
6-
"timeout": 60
6+
"timeout": 120
77
},
88
"qemu": {
99
"qemu32": "qemu-system-riscv32",
@@ -39,7 +39,7 @@
3939
"application/freertos/smpdemo": {
4040
"build_config" : {},
4141
"checks": {
42-
"PASS": ["timers Callback 3 on hart"]
42+
"PASS": ["timers Callback 500 on hart"]
4343
}
4444
},
4545
"application/baremetal/smphello": {

0 commit comments

Comments
 (0)