Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsaxon committed Apr 10, 2020
1 parent c1d5625 commit dc570c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeroconf/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ def mock_incoming_msg(service_state_change: r.ServiceStateChange) -> r.DNSIncomi
service_browser = r.ServiceBrowser(zeroconf, service_type, listener=MyServiceListener())

try:
wait_time = 2
wait_time = 5

# service added
zeroconf.handle_response(mock_incoming_msg(r.ServiceStateChange.Added))
Expand Down

0 comments on commit dc570c9

Please sign in to comment.