Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Nov 7, 2024
1 parent bf4510d commit 2ee054c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixcore/tests/fixcore/db/graphdb_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async def check_usage() -> bool:
expected = {"min": 42, "avg": 42, "max": 42}
return node_usage == expected

await eventually(check_usage)
await eventually(check_usage, timeout=timedelta(seconds=30))

# exactly the same graph is updated: expect no changes
assert await graph_db.merge_graph(create("yes or no"), foo_model) == (p, GraphUpdate(0, 0, 0, 0, 0, 0))
Expand Down

0 comments on commit 2ee054c

Please sign in to comment.