Skip to content

Commit 614e8ca

Browse files
committed
TST: mark flaky test to be rerun
1 parent 9aa767b commit 614e8ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astroquery/utils/tests/test_timer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def func_to_time(x):
3434
return y
3535

3636

37+
@pytest.mark.flaky(reruns=1, reruns_delay=10)
3738
def test_timer():
3839
"""Test function timer."""
3940
p = RunTimePredictor(func_to_time)

0 commit comments

Comments
 (0)