mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Reduce the number of executed tests (#1580)
As the execution of this job is longer than other jobs, reduce the number of executed jobs.
This commit is contained in:
parent
73a6b84e11
commit
18e9d8ea8e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if [[ "$list_num" = 1 ]];then
|
|||
"riscv_load_store_xif_test"
|
||||
"riscv_rand_jump_xif_test"
|
||||
);
|
||||
I=(100 100 100 100);
|
||||
I=(80 80 80 80);
|
||||
fi
|
||||
|
||||
if [[ "$list_num" != 0 ]];then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue