summaryrefslogtreecommitdiff
path: root/test/webhelper/testTranslate.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/webhelper/testTranslate.js')
-rw-r--r--test/webhelper/testTranslate.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/webhelper/testTranslate.js b/test/webhelper/testTranslate.js
index f4d4f68..da8c77a 100644
--- a/test/webhelper/testTranslate.js
+++ b/test/webhelper/testTranslate.js
@@ -33,12 +33,6 @@ const WebHelperApplicationWithTranslatableText = new Lang.Class({
this.quit();
}
}));
-
- // 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();
- }));
}
});