From 0e00ef4f4f20e40d61f9b7788af8bffb169cbed7 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 25 Oct 2023 19:37:52 +1000 Subject: [PATCH] Increase Docker unit test timeout (#7814) --- .github/workflows/sub-test-zebra-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub-test-zebra-config.yml b/.github/workflows/sub-test-zebra-config.yml index a7288d5f7..6ed561cbd 100644 --- a/.github/workflows/sub-test-zebra-config.yml +++ b/.github/workflows/sub-test-zebra-config.yml @@ -31,7 +31,7 @@ on: jobs: test-docker-config: name: Test ${{ inputs.test_id }} in Docker - timeout-minutes: 15 + timeout-minutes: 30 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1