Skip to content

Commit

Permalink
set Config.SHORTEN_STRING_LENGTH = 80; for JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Jun 18, 2021
1 parent a3bce6f commit 441ed19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ protected void setUp() {
synchronized (fScriptManager) {
ToggleFeature.COMPILE = true;
IOInit.init();
Config.SHORTEN_STRING_LENGTH = 80;
Config.MAX_AST_SIZE = 20000;
Config.MAX_MATRIX_DIMENSION_SIZE = 100;
Config.MAX_BIT_LENGTH = 200000;
Expand Down

0 comments on commit 441ed19

Please sign in to comment.