From ab2ef59159e731ab7ae76b80dedbef193787ff55 Mon Sep 17 00:00:00 2001 From: sdhutchins Date: Mon, 8 Jan 2024 01:41:41 -0600 Subject: [PATCH] Change timeout. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51d6817b..d1937921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: build: runs-on: ubuntu-latest + timeout-minutes: 10 strategy: matrix: python-version: [3.7]