diff --git a/src/apps/lc-compliance/tests/capture_test.cpp b/src/apps/lc-compliance/tests/capture_test.cpp
index 29d8b7f841da..d7d6f0626e38 100644
--- a/src/apps/lc-compliance/tests/capture_test.cpp
+++ b/src/apps/lc-compliance/tests/capture_test.cpp
@@ -114,7 +114,7 @@ TEST_P(SimpleCapture, UnbalancedStop)
 	capture.run(numRequests);
 }
 
-const int NUMREQUESTS[] = { 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 };
+const int NUMREQUESTS[] = { 1, 2, 3, 5, 8, 89 };
 
 const std::vector<StreamRole> SINGLEROLES[] = {
 	{ StreamRole::Raw, },
