Skip to content

Commit 5a4e01d

Browse files
committed
[Test Runner] Removes timeout from wipe_cluster delete trained models
Builds take too long.
1 parent 031fded commit 5a4e01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/api-spec-testing/wipe_cluster.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def delete_trained_models(client)
485485
return unless models['trained_model_configs']
486486

487487
models['trained_model_configs'].each do |model|
488-
client.ml.delete_trained_model(model_id: model['model_id'], force: true, ignore: 400, timeout: '120s')
488+
client.ml.delete_trained_model(model_id: model['model_id'], force: true, ignore: 400)
489489
end
490490
end
491491
end

0 commit comments

Comments
 (0)