[gjs] ci: Increase default timeout for additional tests
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] ci: Increase default timeout for additional tests
- Date: Sun, 15 Aug 2021 00:52:43 +0000 (UTC)
commit 32f278f224f417fe454d744a2c56ce57292a1b02
Author: Evan Welsh <contact evanwelsh com>
Date: Mon Aug 9 18:31:35 2021 -0700
ci: Increase default timeout for additional tests
New tests are coming in the Console merge request. We are about at the
limit of this being a sensible timeout for the current amount of tests.
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 aae9a140..98dca959 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(60000, neverRun);
+ neverRunSource = Mainloop.timeout_add(90000, neverRun);
});
it('runs a timeout function', function () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]