summaryrefslogtreecommitdiff
path: root/test/webhelper/testUpdateFontSize.js
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-05-18 15:43:51 -0700
committerPhilip Chimento <philip@endlessm.com>2015-05-18 15:43:51 -0700
commitf2ffc2d1fa2aefd6b674da3d4abfd9a9b59218db (patch)
tree140e4ecf915bac48476026c0a1b3161381883cf3 /test/webhelper/testUpdateFontSize.js
parent4f65022c488db67049bf9e9b95ca43995472e913 (diff)
No need to time out tests
Jasmine has its own timeout timer on each spec, so we don't need to set one up ourselves. [endlessm/eos-sdk#3171]
Diffstat (limited to 'test/webhelper/testUpdateFontSize.js')
-rw-r--r--test/webhelper/testUpdateFontSize.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/webhelper/testUpdateFontSize.js b/test/webhelper/testUpdateFontSize.js
index 4aaaefb..8bd26be 100644
--- a/test/webhelper/testUpdateFontSize.js
+++ b/test/webhelper/testUpdateFontSize.js
@@ -33,12 +33,6 @@ const WebUpdateFontSizeTestApplication = new Lang.Class({
if (this.accept_callback !== null)
this.accept_callback(this.win, this.websettings.default_font_size);
-
- // Add an upper bound on how long the app runs, in case app.quit() does
- // not get called
- GLib.timeout_add_seconds(GLib.PRIORITY_HIGH, 5, Lang.bind(this, function () {
- this.quit();
- }));
},
accept_callback: null,