Skip to content

Commit e5c67ba

Browse files
authored
Set 30 minutes timeout on CI tests (#95)
Sometimes the tests get stuck which results in larger bill because the default timeout is 6 hours.
1 parent 302663c commit e5c67ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
lint_python_packages:
2222
name: Lint and test
2323
runs-on: ubuntu-latest-xlarge
24+
timeout-minutes: 30
2425
steps:
2526
- uses: actions/checkout@v4
26-
27+
2728
# TODO: Needed for compose, remove when compose is migrated to use public images
2829
- name: Configure AWS credentials
2930
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)