bdd: Remove now unnecessary sleep.

This commit is contained in:
Florian Bruhin 2015-11-05 07:02:18 +01:00
parent beab639d7a
commit 76f5f4fefb

View File

@ -184,8 +184,6 @@ class QuteProc(testprocess.Process):
target_arg='')
self.wait_for(category='commands', module='command', function='run',
message='Calling *')
# Wait a bit in cause the command triggers any error.
time.sleep(0.5)
def set_setting(self, sect, opt, value):
self.send_cmd(':set "{}" "{}" "{}"'.format(sect, opt, value))