From c3f8db06e9350c2992e93503d170b1d40ed1c022 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Wed, 3 Apr 2024 14:10:40 -0700 Subject: [PATCH] Increase timeout multiplier from 2 to 3 With disjoint mut debug checks, we are seeing enough slowdown in CI that we need to increase the timeout. --- .github/workflows/build-and-test-x86.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-x86.yml b/.github/workflows/build-and-test-x86.yml index 3759c5c3d..2ffdf3725 100644 --- a/.github/workflows/build-and-test-x86.yml +++ b/.github/workflows/build-and-test-x86.yml @@ -16,7 +16,7 @@ jobs: # release build without optimized assembly routines {name: "release", flags: "--release --no-default-features --features=bitdepth_8,bitdepth_16", timeout_multiplier: 1}, # debug build with optimizations to catch overflows with optimized assembly routines - {name: "opt-dev", flags: "--profile opt-dev", timeout_multiplier: 2} + {name: "opt-dev", flags: "--profile opt-dev", timeout_multiplier: 3} ] # Test with threads and framedelay framedelay: [