Skip to content

Commit

Permalink
Add timeout to interpreter std workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyangle committed Nov 27, 2023
1 parent c1893db commit f10f63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
test-interpreter-std_spec:
needs: build-interpreter
runs-on: ubuntu-22.04
timeout-minutes: 15
container:
image: crystallang/crystal:1.10.1-build
strategy:
Expand Down

0 comments on commit f10f63d

Please sign in to comment.