Skip to content

Commit

Permalink
increasing validation iterations for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ASinanSaglam committed Jul 6, 2021
1 parent 6ad158d commit dcffdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def getTests(directory):
tests = getTests(testFolder)
for index in tests:
suite.addTest(ParametrizedTestCase.parametrize(TestNFSimFile, param={'num': index,
'odir': 'basicModels', 'iterations': 30}))
'odir': 'basicModels', 'iterations': 35}))
result = unittest.TextTestRunner(verbosity=2).run(suite)

ret = (list(result.failures) == [] and list(result.errors) == [])
Expand Down

0 comments on commit dcffdf7

Please sign in to comment.