standardize on -1 for default timeouts
diff --git a/src/python/oftest/dataplane.py b/src/python/oftest/dataplane.py
index 6b69589..aa434a7 100644
--- a/src/python/oftest/dataplane.py
+++ b/src/python/oftest/dataplane.py
@@ -334,7 +334,7 @@
             pkt, time = port.packets.pop(0)
             yield (port, pkt, time)
 
-    def poll(self, port_number=None, timeout=None, exp_pkt=None):
+    def poll(self, port_number=None, timeout=-1, exp_pkt=None):
         """
         Poll one or all dataplane ports for a packet