Skip to content

Commit

Permalink
Reduce smoke test timeout to 8 minutes from 30 minutes. These tests t…
Browse files Browse the repository at this point in the history
…end to pass within 3 minutes in my personal GitHub branch. So this leaves quite a bit of buffer time. It helps speed up retrying failures from flaky tests. (#1956) (#1965)

Signed-off-by: David Venable <[email protected]>
(cherry picked from commit 8977667)

Co-authored-by: David Venable <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and dlvenable authored Oct 24, 2022
1 parent 5dbbd5d commit 4b7b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
needs: build
timeout-minutes: 30
timeout-minutes: 8

steps:
- name: Checkout Data-Prepper
Expand Down

0 comments on commit 4b7b03e

Please sign in to comment.