Skip to content

Commit

Permalink
Fix test migration
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Oct 23, 2024
1 parent bc8702b commit 13711fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e_test/test_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ async def test_migration_benchmark(model, migration_backend, migrated_request_st
model=model, dispatch_policy="flood", migration_backend=migration_backend,
log_instance_info=True, request_migration_policy=request_migration_policy)
subprocess.run(launch_command, shell=True, check=True)
await asyncio.sleep(5)
await asyncio.sleep(30)

async def run_bench_command(command):
Expand Down

0 comments on commit 13711fd

Please sign in to comment.