diff --git a/tests/disciplines/wrappers/test_retry_discipline.py b/tests/disciplines/wrappers/test_retry_discipline.py index 5262ce0c1d2b840102cf81bf93dd150cfdfa37a7..8d2e3ff85dba52a1f04d3753a00ec792ae9604b9 100644 --- a/tests/disciplines/wrappers/test_retry_discipline.py +++ b/tests/disciplines/wrappers/test_retry_discipline.py @@ -159,7 +159,7 @@ def test_failure_zero_division_error_with_timeout( disc = RetryDiscipline( a_crashing_analytic_discipline, n_retry=n_try, - timeout=5.0, + timeout=10.0, fatal_exceptions=fatal_exceptions, ) with pytest.raises(ZeroDivisionError, match="float division by zero"):