[gjs/ewlsh/whatwg-console: 2/2] ci: Increase default timeout for additional tests
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/ewlsh/whatwg-console: 2/2] ci: Increase default timeout for additional tests
- Date: Sat, 7 Aug 2021 07:32:42 +0000 (UTC)
commit 278f584e5473013ca331d499200e61f20bb09d21
Author: Evan Welsh <contact evanwelsh com>
Date: Mon Jul 12 21:24:31 2021 -0700
ci: Increase default timeout for additional 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..366b87cc 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(80000, neverRun);
});
it('runs a timeout function', function () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]