summaryrefslogtreecommitdiff
path: root/tools/test-networkmanager-service.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test-networkmanager-service.py')
-rwxr-xr-xtools/test-networkmanager-service.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/test-networkmanager-service.py b/tools/test-networkmanager-service.py
index f6da6e1fd7..7fbed7ec93 100755
--- a/tools/test-networkmanager-service.py
+++ b/tools/test-networkmanager-service.py
@@ -2252,14 +2252,9 @@ def main():
id1 = GLib.IOChannel(0).add_watch(GLib.IOCondition.HUP,
lambda io, condition: gl.mainloop.quit() or True)
- # also quit after inactivity to ensure we don't stick around if the above fails somehow
- id2 = GLib.timeout_add_seconds(20,
- lambda: gl.mainloop.quit() or True)
-
gl.mainloop.run()
GLib.source_remove(id1)
- GLib.source_remove(id2)
gl.agent_manager.remove_from_connection()
gl.dns_manager.unexport()