Skip to content

Commit

Permalink
Merge pull request #4212 from vespa-engine/toregge/increase-wait-time…
Browse files Browse the repository at this point in the history
…out-for-cli-system-test

Increase wait timeout for cli system test.
  • Loading branch information
geirst authored Oct 3, 2024
2 parents 29bf664 + 12f6fd2 commit 89292a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/cli/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def deploy
start
cfg = hostlist.first
remote_app_path = create_app
status, stdout, stderr = vespa_cli("-t", "https://#{cfg}:19071", "deploy", "-w", "60", remote_app_path)
status, stdout, stderr = vespa_cli("-t", "https://#{cfg}:19071", "deploy", "-w", "180", remote_app_path)
print_output(stdout, stderr)
assert_equal(0, status)
# since we're deploying with cli we have to create the model explicitly
Expand Down

0 comments on commit 89292a0

Please sign in to comment.