Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b96e135

Browse filesBrowse files
authored
Increase sleep in integration tests to 180 (#104)
1 parent 7f8ee73 commit b96e135
Copy full SHA for b96e135

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tests/integration/test_actor_api_helpers.py

Copy file name to clipboardExpand all lines: tests/integration/test_actor_api_helpers.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class TestActorAbort:
235235
async def test_actor_abort(self, make_actor: ActorFactory) -> None:
236236
async def main_inner() -> None:
237237
async with Actor:
238-
await asyncio.sleep(120)
238+
await asyncio.sleep(180)
239239
# This should not be set, the actor should be aborted by now
240240
await Actor.set_value('OUTPUT', 'dummy')
241241

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.