]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Make p2p_service_discovery_peer_not_listening a bit more robust
authorJouni Malinen <j@w1.fi>
Sat, 29 Apr 2017 19:40:01 +0000 (22:40 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Apr 2017 19:40:01 +0000 (22:40 +0300)
It was apparently possible for the P2P_FIND operation to terminate
before the peer device was found. Increase the timeout to avoid this.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2p_service.py

index 5da1bca138dded079bdb814f52f147d446323f55..3056d0f274396396111fb11bbdb86fabd9970400 100644 (file)
@@ -478,7 +478,7 @@ def test_p2p_service_discovery_peer_not_listening(dev):
     add_bonjour_services(dev[0])
     add_upnp_services(dev[0])
     dev[0].p2p_listen()
-    dev[1].global_request("P2P_FIND 1 type=social")
+    dev[1].global_request("P2P_FIND 4 type=social")
     ev = dev[1].wait_global_event(["P2P-DEVICE-FOUND"], timeout=4)
     if ev is None:
         raise Exception("Peer not found")