| commit | c3b977eb522f497716171bae5b5d72d39fbd9905 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Tue Jan 12 10:09:35 2016 +0100 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Tue Jan 12 10:09:35 2016 +0100 |
| tree | dc7be1c66ffb5f97a7dfd35570cf749e4d649223 | |
| parent | a2ad9ffafff966fbfc17ba1d5782a8ef90807428 [diff] [blame] |
improved connection management
diff --git a/emuvim/cli/__main__.py b/emuvim/cli/__main__.py index dfb935e..1957082 100644 --- a/emuvim/cli/__main__.py +++ b/emuvim/cli/__main__.py
@@ -19,10 +19,12 @@ # do some API tests print c.compute_action_start("dc2", "d1") + print c.compute_action_start("dc2", "d2") - time.sleep(10) + time.sleep(20) print c.compute_action_stop("dc2", "d1") + print c.compute_action_stop("dc2", "d2") if __name__ == '__main__':