Skip to content

Commit

Permalink
Trying to find a clue about the flaky test of (#10995)
Browse files Browse the repository at this point in the history
test_regression_class_build_fn.
  • Loading branch information
gabrieldemarmiesse authored and fchollet committed Aug 28, 2018
1 parent be6d829 commit c6beaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'pytest-pep8',
'pytest-xdist',
'pytest-cov',
'pytest-timeout',
'pandas',
'requests'],
},
Expand Down
1 change: 1 addition & 0 deletions tests/keras/wrappers/scikit_learn_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def test_regression_build_fn():
assert_regression_works(reg)


@pytest.mark.timeout(50)
def test_regression_class_build_fn():
class ClassBuildFnReg(object):

Expand Down

0 comments on commit c6beaa5

Please sign in to comment.