From a8f851870d8fd551aa5d069277e5d2384deaf198 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 21 May 2023 20:31:01 -0700 Subject: [PATCH] ci: bump up safety test timeout --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 81712bbc93..20044cba4a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -74,7 +74,7 @@ jobs: - name: Build Docker image run: eval "$BUILD" - name: Run safety tests - timeout-minutes: 3 + timeout-minutes: 4 run: | ${{ env.RUN }} "cd .. && \ scons -c && \