Skip to content

Commit bccaac5

Browse files
author
Juan Tirado
committed
Increase timeout for test_add_bundle.
1 parent 558d0b8 commit bccaac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_crossmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ async def test_add_bundle(event_loop):
157157

158158
async with base.CleanModel() as model_1:
159159
tmp_path = None
160-
wait_for_min = 5
160+
wait_for_min = 10
161161

162162
with tempfile.TemporaryDirectory() as dirpath:
163163
try:

0 commit comments

Comments
 (0)