Skip to content

Commit

Permalink
Undo timeout increase
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Aug 1, 2024
1 parent 39da0ec commit 87a5469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# Run unit tests
dotnet test --no-build -c ${{ matrix.configuration }} ${SOLUTION}
# Run lit test suite
lit --param ${{ matrix.lit_param }} -v --timeout=1000 -D configuration=${{ matrix.configuration }} Test
lit --param ${{ matrix.lit_param }} -v --timeout=120 -D configuration=${{ matrix.configuration }} Test
- name: Deploy to nuget
# Note: if you change the build matrix, update the following
# line to ensure it matches only one element of the matrix.
Expand Down

0 comments on commit 87a5469

Please sign in to comment.