Skip to content

Commit 85b7366

Browse files
committed
test: Reduce ppc tests/instruction to 10
1 parent 3c82b65 commit 85b7366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vadl/test/vadl/iss/ppc64/AbstractCosimPpc64InstrTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public Ppc64TestBuilder getBuilder(String name, int id) {
3131

3232
@Override
3333
public int getTestPerInstruction() {
34-
return 50;
34+
return 10;
3535
}
3636

3737
@Override

0 commit comments

Comments
 (0)