Skip to content

Commit

Permalink
Extend test deadlines (again...)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Mar 29, 2021
1 parent 91fe6cf commit 06b582d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_scout_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_filter_records_exclusion_analysis_with_incorrect_columns(scout_data_fac


@hypothesis.given(LocationDataFrame)
@hypothesis.settings(deadline=250) # extend deadline for pip CI testing
@hypothesis.settings(deadline=300) # extend deadline for pip CI testing
def test_add_shape_data_points_data(scout_data_factory, blank_geo_data_frame: gpd.GeoDataFrame, data: pd.DataFrame):
sd = scout_data_factory(data)
sd.add_shape_data("id", gdf=blank_geo_data_frame)
Expand All @@ -99,7 +99,7 @@ def test_add_shape_data_points_data(scout_data_factory, blank_geo_data_frame: gp


@hypothesis.given(LocationDataFrame)
@hypothesis.settings(deadline=300) # set deadline to 300 milliseconds per run
@hypothesis.settings(deadline=450) # set deadline to 300 milliseconds per run
def test_add_shape_data_merge(scout_data_factory, blank_geo_data_frame: gpd.GeoDataFrame, data: pd.DataFrame):
sd = scout_data_factory(data)
sd.add_shape_data("id", gdf=blank_geo_data_frame)
Expand Down

0 comments on commit 06b582d

Please sign in to comment.