Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ts_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
name: Test TS packages against sync-service
needs: [list_ts_packages]
runs-on: ubuntu-latest
# There is currently a buggy TS test that causes the job for typescript-client to get stuck
# for 6 hours on end.
# And it's a good practice in general to limit the test runtime and investigate at the
# point when it starts exceeding the limit.
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down