Skip to content

test: increase audio test timeout#5394

Closed
ReenigneArcher wants to merge 2 commits into
masterfrom
test/increase-timeout-on-audio-test
Closed

test: increase audio test timeout#5394
ReenigneArcher wants to merge 2 commits into
masterfrom
test/increase-timeout-on-audio-test

Conversation

@ReenigneArcher

Copy link
Copy Markdown
Member

Description

Audio test on macOS (x86/64) is taking a very long time. This PR attempts to resolve that by increasing a timeout in tests.

[----------] 4 tests from Configurations/AudioTest
[ RUN      ] Configurations/AudioTest.TestEncode/HIGH_STEREO
[       OK ] Configurations/AudioTest.TestEncode/HIGH_STEREO (270579 ms)
[ RUN      ] Configurations/AudioTest.TestEncode/SURROUND51
[       OK ] Configurations/AudioTest.TestEncode/SURROUND51 (180640 ms)
[ RUN      ] Configurations/AudioTest.TestEncode/SURROUND71
[       OK ] Configurations/AudioTest.TestEncode/SURROUND71 (180626 ms)
[ RUN      ] Configurations/AudioTest.TestEncode/SURROUND51_CUSTOM
[       OK ] Configurations/AudioTest.TestEncode/SURROUND51_CUSTOM (180507 ms)
[----------] 4 tests from Configurations/AudioTest (812354 ms total)

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

See our AI usage policy.

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

Co-Authored-By: Andy Grundman <105828+andygrundman@users.noreply.github.com>
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

Comment thread tests/unit/test_audio.cpp Outdated
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@40ae6c8). Learn more about missing BASE report.
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #5394   +/-   ##
=========================================
  Coverage          ?   27.15%           
=========================================
  Files             ?      111           
  Lines             ?    25447           
  Branches          ?    11233           
=========================================
  Hits              ?     6910           
  Misses            ?    15504           
  Partials          ?     3033           
Flag Coverage Δ
Archlinux 0.00% <ø> (?)
FreeBSD-amd64 13.19% <ø> (?)
Homebrew-macos-14 20.35% <ø> (?)
Homebrew-macos-15 20.52% <ø> (?)
Homebrew-macos-26 20.64% <ø> (?)
Homebrew-ubuntu-24.04 13.02% <ø> (?)
Linux-AppImage 12.27% <ø> (?)
Windows-AMD64 15.20% <ø> (?)
Windows-ARM64 13.24% <ø> (?)
macOS-arm64 18.84% <ø> (?)
macOS-x86_64 18.36% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40ae6c8...03829db. Read the comment docs.

@ReenigneArcher ReenigneArcher deleted the test/increase-timeout-on-audio-test branch July 9, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant