Skip to content

Commit

Permalink
update defaults (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alon Gluz authored Oct 7, 2024
1 parent eac163e commit 102106d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black-box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
fail:
description: 'Fail the deployment'
required: false
default: 'false'
default: 'true'
jobs:
run-e2e-tests:
runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Say that you are testing
run: echo "Testing ${{inputs.service}} ${{inputs.version}} ...!"
- name: Wait for 7 seconds
run: sleep 7
run: sleep 10
- name: Validate failure
run: |
if [ "${{inputs.fail}}" = "true" ]; then
Expand Down

0 comments on commit 102106d

Please sign in to comment.