Skip to content

Commit

Permalink
Increase timeout multiplier from 2 to 3
Browse files Browse the repository at this point in the history
With disjoint mut debug checks, we are seeing enough slowdown in CI that
we need to increase the timeout.
  • Loading branch information
rinon authored and thedataking committed Apr 3, 2024
1 parent b7f5e95 commit c3f8db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit c3f8db0

Please sign in to comment.