We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8ee73 commit b96e135Copy full SHA for b96e135
tests/integration/test_actor_api_helpers.py
@@ -235,7 +235,7 @@ class TestActorAbort:
235
async def test_actor_abort(self, make_actor: ActorFactory) -> None:
236
async def main_inner() -> None:
237
async with Actor:
238
- await asyncio.sleep(120)
+ await asyncio.sleep(180)
239
# This should not be set, the actor should be aborted by now
240
await Actor.set_value('OUTPUT', 'dummy')
241
0 commit comments