Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Feb 4, 2025
1 parent 1997b04 commit a7b7b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/wait-for-as-server-to-start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ runs:
- name: Wait for EE server to start
# Composite actions doesn't support step-level timeout-minutes, so we use timeout command.
# Call bash shell explicitly since timeout uses "sh" shell by default, for some reason
run: docker exec ${{ inputs.container-name }} timeout 30 bash wait-for-as-server-to-start.bash
run: docker exec ${{ inputs.container-name }} timeout 30s bash wait-for-as-server-to-start.bash
working-directory: .github/workflows/docker-build-context
shell: bash

0 comments on commit a7b7b1e

Please sign in to comment.