Skip to content

Commit

Permalink
fix: add timeout to github action (#3461)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Dec 19, 2023
1 parent da1acc1 commit b5f4c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled-jobs.yml
Expand Up @@ -11,6 +11,7 @@ jobs:
pokeshop-trace-based-tests:
name: Run trace based tests for Pokeshop
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Checkout
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
otel-demo-trace-based-tests:
name: Run trace based tests for Open Telemetry demo
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Checkout
Expand Down

0 comments on commit b5f4c75

Please sign in to comment.