uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.78k stars 285 forks source link

Set unittest timeout to 360 #573

Closed selitvin closed 4 years ago

selitvin commented 4 years ago

Previous value of 180 made some tests flaky.

codecov[bot] commented 4 years ago

Codecov Report

Merging #573 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #573   +/-   ##
=======================================
  Coverage   85.67%   85.67%           
=======================================
  Files          87       87           
  Lines        4976     4976           
  Branches      794      794           
=======================================
  Hits         4263     4263           
  Misses        577      577           
  Partials      136      136           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 14bded2...1241f53. Read the comment docs.