diff --git a/python/pyspark/mllib/tests.py b/python/pyspark/mllib/tests.py index 4c2ce137e331c..ec9497c2c05d6 100644 --- a/python/pyspark/mllib/tests.py +++ b/python/pyspark/mllib/tests.py @@ -1489,7 +1489,7 @@ def condition(): return True return "Latest errors: " + ", ".join(map(lambda x: str(x), errors)) - self._eventually(condition) + self._eventually(condition, timeout=180.0) class StreamingLinearRegressionWithTests(MLLibStreamingTestCase):