Skip to content

Commit 74a7e2b

Browse files
committed
iss: Fixed race-condition in cosim
1 parent 97c6d42 commit 74a7e2b

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 1000;
34+
return 50;
3535
}
3636

3737
@Override

0 commit comments

Comments
 (0)