Description: Increase test timeout (for armel arch)
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2025-04-07

--- a/test/tests.js
+++ b/test/tests.js
@@ -213,7 +213,7 @@
 });
 
 describe("performance", function () {
-  this.timeout(10000);
+  this.timeout(120000);
   const tupleCount = 100000;
   const elemCount = 10;
 
