Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanngg committed Dec 14, 2022
1 parent 27a1da8 commit 7f43576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

flags.DEFINE_integer(
'nt_num_generated_cases',
int(os.getenv('NT_NUM_GENERATED_CASES', '10')),
int(os.getenv('NT_NUM_GENERATED_CASES', '4')),
help='Number of generated cases to test'
)

Expand Down

0 comments on commit 7f43576

Please sign in to comment.