Skip to content

Commit

Permalink
Set a timeout so that the action doesn't run forever
Browse files Browse the repository at this point in the history
When we have true automated tests, we will not need this, but the scripts all
currently run without -d and expect UI interaction, so we will timeout.
Note that this means that the action will always be canceled, but not much we
can do to avoid that now.

Signed-off-by: Shankari <k.shankari@ee.doe.gov>
  • Loading branch information
shankari committed Mar 10, 2024
1 parent 64872a5 commit f33a589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- name: Download and launch
id: curl-download-and-launch
shell: bash
timeout-minutes: 10
run: |
curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp201.sh | bash
timeout curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp201.sh | bash

0 comments on commit f33a589

Please sign in to comment.