Skip to content

Commit

Permalink
restore test value in workflow files
Browse files Browse the repository at this point in the history
Signed-off-by: Johnson Shih <[email protected]>
  • Loading branch information
johnsonshih committed Oct 13, 2023
1 parent 78cb242 commit dc2ca44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

per-arch:
runs-on: ubuntu-latest
timeout-minutes: 120
timeout-minutes: 20
strategy:
matrix:
arch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-onvif-video-broker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

per-arch:
runs-on: ubuntu-latest
timeout-minutes: 40
timeout-minutes: 20
strategy:
matrix:
arch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-video-streaming-app-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

per-arch:
runs-on: ubuntu-latest
timeout-minutes: 40
timeout-minutes: 20
strategy:
matrix:
arch:
Expand Down

0 comments on commit dc2ca44

Please sign in to comment.