Skip to content

Commit

Permalink
limit runtime to 30 min
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 28, 2020
1 parent d6ab322 commit 14c657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Install dependencies
pipeline :
runs-on: ubuntu-latest
timeout-minutes: 120
timeout-minutes: 30
steps:
#------------------------------------------------------------------------#
# Checkout Repository
Expand Down

0 comments on commit 14c657b

Please sign in to comment.