Quick workaround for ray.wait bug. (#42)

This commit is contained in:
Robert Nishihara
2016-11-22 13:31:22 -08:00
committed by Philipp Moritz
parent 35ce5f8001
commit a93c6b7596
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import time
import libplasma
PLASMA_ID_SIZE = 20
PLASMA_WAIT_TIMEOUT = 2 ** 36
PLASMA_WAIT_TIMEOUT = 2 ** 30
class PlasmaBuffer(object):
"""This is the type of objects returned by calls to get with a PlasmaClient.