[gjs: 8/10] CI: Increase Mainloop test timeout




commit 49f8b807c35ecdeb3ac4ff91b691bd21afa2356a
Author: Philip Chimento <philip chimento gmail com>
Date:   Fri Mar 12 16:39:22 2021 -0800

    CI: Increase Mainloop test timeout
    
    Otherwise, this times out when running in one of the GC verify modes under
    heavy load.

 installed-tests/js/testMainloop.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/installed-tests/js/testMainloop.js b/installed-tests/js/testMainloop.js
index 3ee10a71..aae9a140 100644
--- a/installed-tests/js/testMainloop.js
+++ b/installed-tests/js/testMainloop.js
@@ -21,7 +21,7 @@ describe('Mainloop.timeout_add()', function () {
 
         Mainloop.timeout_add(10, runTenTimes);
         Mainloop.timeout_add(10, runOnlyOnce);
-        neverRunSource = Mainloop.timeout_add(15000, neverRun);
+        neverRunSource = Mainloop.timeout_add(60000, neverRun);
     });
 
     it('runs a timeout function', function () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]