Skip to content

Commit

Permalink
Increasing timeout to 60 minutes
Browse files Browse the repository at this point in the history
MacOS docker setup passed finally.

Increasing the timeout since the Downloading and Extracting steps themselves have taken about 20 minutes in the macOS runner.
But right now even for the demo-automated-tests.sh on MacOS its taking close to 30 minutes just for the download + extraction to complete.

As seen in the commit history, when Shankari changed the timeout to 30 minutes, it was because the demo-iso15118-2-ac script itself was taking close to 30 minutes.
EVerest@05528d4
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Jun 21, 2024
1 parent 48fd160 commit 3dce3cb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
id: docker-install
if: matrix.os == 'macos-13'
uses: douglascamata/setup-docker-macos-action@v1-alpha # Uses an action in the root directory

- name: Print action outputs containing docker version
id: print-outputs
run: |
echo "Docker client version: ${{ steps.docker-install.outputs.docker-client-version}}"
echo "Docker compose version: ${{ steps.docker-install.outputs.docker-compose-version}}"

- name: Verify install for both macOS and Ubuntu
id: docker-verify
Expand All @@ -45,7 +39,7 @@ jobs:
- name: Download and launch automated-testing.sh
id: curl-download-and-launch-automated-testing
shell: bash
timeout-minutes: 30
timeout-minutes: 60
run: |
curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-automated-testing.sh | bash
# curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp201.sh | bash
Expand Down

0 comments on commit 3dce3cb

Please sign in to comment.