Skip to content

Commit

Permalink
tests[asset]: Increase tests timeout.
Browse files Browse the repository at this point in the history
These have been timing out on CI
  • Loading branch information
amanda-tarafa authored Nov 2, 2023
1 parent 7f0ca5c commit f411324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/api/runTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
import-module -DisableNameChecking ..\..\BuildTools.psm1

Set-TestTimeout 1200
Set-TestTimeout 1800

dotnet restore --force
dotnet test --no-restore --test-adapter-path:. --logger:junit 2>&1 | %{ "$_" }

0 comments on commit f411324

Please sign in to comment.