From cc10a4c84ba4ee927791edf6e37e90ae3f886104 Mon Sep 17 00:00:00 2001 From: tmiddleton Date: Fri, 4 Aug 2023 04:14:20 +0000 Subject: [PATCH] Increase timeout for build-examples. [git-p4: depot-paths = "//dev/coherence-ce/main/": change = 102389] --- .github/workflows/build-examples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-examples.yaml b/.github/workflows/build-examples.yaml index 09507f95bdaa2..fa7f4f56a014e 100644 --- a/.github/workflows/build-examples.yaml +++ b/.github/workflows/build-examples.yaml @@ -53,7 +53,7 @@ jobs: # Build and Test examples - name: build-test-examples - timeout-minutes: 180 + timeout-minutes: 300 shell: bash env: MAVEN_USER: ${{ secrets.MavenUser }}