Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make timeout larger as we are seeing timeouts in CI #5265

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

frank-dong-ms-zz
Copy link
Contributor

we start to seeing timeouts in CI build so make the timeout larger, this is caused by sometimes download tensorflow meta files are slow(takes more than 10 minutes but normally this takes less than 1 minute), also CI tests runs slow than before:

https://dev.azure.com/dnceng/public/_build/results?buildId=689649&view=logs&j=dd8eddb6-ecc6-5f65-73e6-df90e5693b94
https://dev.azure.com/dnceng/public/_build/results?buildId=706453&view=logs&j=87172896-2df6-55a2-04c3-60b48f00f19f

@frank-dong-ms-zz frank-dong-ms-zz requested a review from a team as a code owner June 29, 2020 18:32
@codecov
Copy link

codecov bot commented Jun 29, 2020

Codecov Report

Merging #5265 into master will increase coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5265      +/-   ##
==========================================
+ Coverage   73.53%   73.59%   +0.06%     
==========================================
  Files        1022     1022              
  Lines      189491   189491              
  Branches    20442    20442              
==========================================
+ Hits       139342   139464     +122     
+ Misses      44611    44503     -108     
+ Partials     5538     5524      -14     
Flag Coverage Δ
#Debug 73.59% <ø> (+0.06%) ⬆️
#production 69.44% <ø> (+0.08%) ⬆️
#test 87.44% <ø> (ø)
Impacted Files Coverage Δ
...rosoft.ML.AutoML/ColumnInference/TextFileSample.cs 59.60% <0.00%> (-5.97%) ⬇️
...L.AutoML/TrainerExtensions/TrainerExtensionUtil.cs 84.71% <0.00%> (-1.66%) ⬇️
src/Microsoft.ML.Maml/MAML.cs 23.78% <0.00%> (-0.98%) ⬇️
src/Microsoft.ML.Data/Utils/LossFunctions.cs 67.35% <0.00%> (+0.51%) ⬆️
...oft.ML.StandardTrainers/Standard/SdcaMulticlass.cs 92.49% <0.00%> (+1.02%) ⬆️
...crosoft.ML.StandardTrainers/Optimizer/Optimizer.cs 73.12% <0.00%> (+1.15%) ⬆️
src/Microsoft.ML.Sweeper/AsyncSweeper.cs 72.60% <0.00%> (+1.36%) ⬆️
...crosoft.ML.StandardTrainers/Standard/SdcaBinary.cs 88.48% <0.00%> (+3.24%) ⬆️
src/Microsoft.ML.Data/Training/TrainerUtils.cs 69.67% <0.00%> (+3.81%) ⬆️
...osoft.ML.KMeansClustering/KMeansPlusPlusTrainer.cs 90.87% <0.00%> (+7.26%) ⬆️

@frank-dong-ms-zz frank-dong-ms-zz merged commit ec159ec into dotnet:master Jun 29, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants