Skip to content

Commit

Permalink
Bump up timeout to 20 minutes
Browse files Browse the repository at this point in the history
Since 10 minutes is too short for OSX

```
 c9a245e33d92 Extracting [=================>                                 ]  357.1MB/1.048GB
 c9a245e33d92 Extracting [=================>                                 ]  357.6MB/1.048GB
 c9a245e33d92 Extracting [=================>                                 ]  358.2MB/1.048GB
 c9a245e33d92 Extracting [=================>                                 ]  358.7MB/1.048GB
 c9a245e33d92 Extracting [=================>                                 ]  359.3MB/1.048GB
Error: The action 'Download and launch' has timed out after 10 minutes.
```
  • Loading branch information
shankari committed Mar 10, 2024
1 parent 5d42259 commit 2c9692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Download and launch
id: curl-download-and-launch
shell: bash
timeout-minutes: 10
timeout-minutes: 20
run: |
curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp201.sh | bash

0 comments on commit 2c9692e

Please sign in to comment.