Skip to content

Commit

Permalink
Increase test timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 31, 2022
1 parent 52dcdc7 commit 05b8a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/dotnet-test-cloud.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dotnet test $RepoRoot `
-c $Configuration `
--filter "TestCategory!=FailsInCloudTest" `
-p:CollectCoverage=true `
--blame-hang-timeout 30s `
--blame-hang-timeout 60s `
--blame-crash `
-bl:"$ArtifactStagingFolder/build_logs/test.binlog" `
--diag "$ArtifactStagingFolder/test_logs/diag.log;TraceLevel=info" `
Expand Down

0 comments on commit 05b8a49

Please sign in to comment.