Skip to content

Commit

Permalink
Increase Data Paths duration from 3 to 4 (#2128)
Browse files Browse the repository at this point in the history
We were seeing some of the sample rate conversion tests
failing on Pixel 7. The signal was OK but the cold start latency was a bit slow.
So the test was timing out.

See b/384751468
  • Loading branch information
philburk authored Dec 21, 2024
1 parent b15f5e3 commit 2fc228d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class TestDataPathsActivity extends BaseAutoGlitchActivity {
public static final boolean VALUE_DEFAULT_USE_OUTPUT_DEVICES = true;


public static final int DURATION_SECONDS = 3;
public static final int DURATION_SECONDS = 4;
private final static double MIN_REQUIRED_MAGNITUDE = 0.001;
private final static int MAX_SINE_FREQUENCY = 1000;
private final static int TYPICAL_SAMPLE_RATE = 48000;
Expand Down

0 comments on commit 2fc228d

Please sign in to comment.