we could build RequestMessage with timeout args
```
g = traversal().withGraph(Graph())
t = g.V().has("customer_id", 851401972585122).id()
message = RequestMessage('traversal', 'bytecode', {'gremlin': t.bytecode,
'scriptEvaluationTimeout': 50000L})
```
so close it. sorry for disturb
[ Full content available at: https://github.com/apache/tinkerpop/pull/1278 ]
This message was relayed via gitbox.apache.org for [email protected]
