Skip to content

Commit

Permalink
Place hold "deadline" setting location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Nov 8, 2017
1 parent ddcfbdd commit b6ba6c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_rv_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import ephem
import numpy as np
import pytest
from hypothesis import given
from hypothesis import given, settings
from hypothesis import strategies as st

import rv
Expand Down Expand Up @@ -51,6 +51,7 @@ def test_RV_from_params_circular(params):


# mean_val k1 period tau omega eccentricity
#@settings(deadline=400) # double deadline for this test
@given(st.floats(min_value=0, max_value=1e6, allow_nan=False, allow_infinity=False),
st.floats(min_value=0.1, max_value=1e5, allow_nan=False, allow_infinity=False),
st.floats(min_value=0.1, max_value=1e6, allow_nan=False, allow_infinity=False),
Expand Down

0 comments on commit b6ba6c0

Please sign in to comment.