From 6d9383e97f811db72d585c8ea990c8d128f8960c Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Fri, 8 May 2026 12:16:05 -0400 Subject: [PATCH] raise macOS test timeout --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4a9f1d3..ab467cf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ task: pre_pull_script: - tart pull ghcr.io/cirruslabs/macos-tahoe-base:latest test_script: - - go test -ldflags="-B gobuildid" -v -count=1 ./... + - go test -timeout=20m -ldflags="-B gobuildid" -v -count=1 ./... always: cleanup_script: - tart list