Skip to content

Commit b301064

Browse files
committed
Increase timeout
1 parent 81ce29f commit b301064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727
api_key = ENV['API_KEY']
2828
url = ENV['ELASTICSEARCH_URL']
29-
CLIENT = ElasticsearchServerless::Client.new(api_key: api_key, url: url, arguments: { request_timeout: 60 })
29+
CLIENT = ElasticsearchServerless::Client.new(api_key: api_key, url: url, arguments: { request_timeout: 120 })

0 commit comments

Comments
 (0)