Skip to content

Commit

Permalink
Relax deadline on a test
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed May 8, 2020
1 parent 5a36011 commit fba7f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_gasoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_gasoil_tag(tag):
sat_table_str_ok(gasoil.SGFN())


@settings(deadline=500)
@given(
st.floats(min_value=0, max_value=0.15), # swl
st.floats(min_value=0, max_value=0.3), # sgcr
Expand Down

0 comments on commit fba7f07

Please sign in to comment.