From e68e9582314890ebd5d1c3c608f6f8c986e718ef Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 31 Jul 2024 15:55:19 -0400 Subject: [PATCH] [PRISM] Increase test-bundler-parallel to 40 minutes It's timing out frequently recently, so increasing the timeout should fix it. --- .github/workflows/prism.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prism.yml b/.github/workflows/prism.yml index e280a07b0b..9da87deab4 100644 --- a/.github/workflows/prism.yml +++ b/.github/workflows/prism.yml @@ -51,7 +51,7 @@ jobs: - test_task: test-bundler-parallel run_opts: '--parser=prism' testopts: '-v --tty=no' - timeout: 30 + timeout: 40 - test_task: test-bundled-gems run_opts: '--parser=prism' testopts: '-v --tty=no'