Skip to content

Fix ray.wait for timeouts > 2**30 #58

@pcmoritz

Description

@pcmoritz

Right now, we limit the maximum timeout for ray.wait to be 2**30 us. This is ~1000s, which is too short. We should track down the problem in here:

#42

And make the timeout a 64-bit number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that is supposed to be working; but isn't

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions