summaryrefslogtreecommitdiff
path: root/test/webhelper/testWebActions.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/webhelper/testWebActions.js')
-rw-r--r--test/webhelper/testWebActions.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/webhelper/testWebActions.js b/test/webhelper/testWebActions.js
index c543a43..e937fb6 100644
--- a/test/webhelper/testWebActions.js
+++ b/test/webhelper/testWebActions.js
@@ -24,12 +24,6 @@ const WebActionTestApplication = new Lang.Class({
this.scrolled = new Gtk.ScrolledWindow();
this.scrolled.add(this.webview);
this.win.page_manager.add(this.scrolled);
-
- // 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();
- }));
}
});