Skip to content

Commit

Permalink
making juliaset work size smaller to see if it is actually timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornPrime committed Jul 12, 2023
1 parent 0213605 commit 582b162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run(argv=None): # pylint: disable=missing-docstring
parser.add_argument(
'--grid_size',
dest='grid_size',
default=1000,
default=10,
help='Size of the NxN matrix')
parser.add_argument(
'--coordinate_output',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

@pytest.mark.it_postcommit
class JuliaSetTestIT(unittest.TestCase):
GRID_SIZE = 1000
GRID_SIZE = 10

def test_run_example_with_setup_file(self):
pipeline = TestPipeline(is_integration_test=True)
Expand Down

0 comments on commit 582b162

Please sign in to comment.