Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Sep 25, 2023
1 parent 8949521 commit d03ed17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_kanto/test/integration/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_scripts_run_successfully():
assert check_container_is_running("databroker")
assert check_container_is_running("feedercan")
assert run_command_until_logs_match(
f"{BASE_COMMAND_DEPLOYMENT} build-vehicleapp", regex_build
f"{BASE_COMMAND_DEPLOYMENT} build-vehicleapp", regex_build, 60*12
)
assert run_command_until_logs_match(
f"{BASE_COMMAND_DEPLOYMENT} deploy-vehicleapp", regex_deploy
Expand Down

0 comments on commit d03ed17

Please sign in to comment.