Skip to content

Commit

Permalink
Increase robot timeout to 120s in test_vnc (#153)
Browse files Browse the repository at this point in the history
This PR gives more time for the robot process in test_vnc to complete
and shutdown gracefully.
  • Loading branch information
hbatagelo authored Nov 13, 2024
2 parents 843ec28 + 575d340 commit 2e72fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mir-ci/mir_ci/tests/test_vnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ async def test_vnc(self, robot_log, server, app, tmp_path) -> None:

async with server_instance, program:
async with robot:
await robot.wait()
await robot.wait(120)

0 comments on commit 2e72fd7

Please sign in to comment.