Skip to content

Commit

Permalink
increase timeout for http integration tests (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 16, 2024
1 parent 4b1634b commit 6068653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-testing/http_client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import unittest
import os.path

TIMEOUT = 100
TIMEOUT = 300

# Accepting multiple args so we can pass something like: python elasticurl.py
elasticurl_cmd_prefix = sys.argv[1:]
Expand Down

0 comments on commit 6068653

Please sign in to comment.