From 5833d36e0244fce7f66187e69c5b72b48a4b9b51 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:52:01 +0100 Subject: [PATCH] ci: Raise command_timeout to 15m from 10m default --- .github/workflows/e2e_all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e_all.yaml b/.github/workflows/e2e_all.yaml index 52ac78bfe..e71f7b8d7 100644 --- a/.github/workflows/e2e_all.yaml +++ b/.github/workflows/e2e_all.yaml @@ -37,6 +37,7 @@ jobs: username: ubuntu key: ${{ secrets.NOPORTS_CICD_SSH_KEY }} envs: SHA + command_timeout: 15m script: | cd noports rm -rf tests/e2e_all/runtime