From 2c9692ebd569e211d1ffb72dcb695e0eaf7626e4 Mon Sep 17 00:00:00 2001 From: Shankari Date: Sat, 9 Mar 2024 23:59:18 -0800 Subject: [PATCH] Bump up timeout to 20 minutes 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. ``` --- .github/workflows/e2etest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2etest.yaml b/.github/workflows/e2etest.yaml index 7e1eddf1..4cdf82ad 100644 --- a/.github/workflows/e2etest.yaml +++ b/.github/workflows/e2etest.yaml @@ -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