Skip to content

Commit

Permalink
Increase the timeout for StreamingLogisticRegressionWithSGDTests.test…
Browse files Browse the repository at this point in the history
…_training_and_prediction
  • Loading branch information
HyukjinKwon committed Jun 11, 2020
1 parent c7d45c0 commit acafffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/mllib/tests/test_streaming_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def condition():
return True
return "Latest errors: " + ", ".join(map(lambda x: str(x), errors))

eventually(condition, timeout=60.0)
eventually(condition, timeout=180.0)


class StreamingLinearRegressionWithTests(MLLibStreamingTestCase):
Expand Down

0 comments on commit acafffc

Please sign in to comment.