tests: Fix wait duration

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2013-03-16 11:21:22 +02:00
parent dbca75f82a
commit 4d7d61b689

View file

@ -205,7 +205,7 @@ class WpaSupplicant:
def wait_event(self, events, timeout):
count = 0
while count < timeout * 2:
while count < timeout * 10:
count = count + 1
time.sleep(0.1)
while self.mon.pending():