Skip to content

Commit 0451420

Browse files
TingDaoKgraebm
authored andcommitted
increase timeout for http integration tests (#487)
1 parent 0d0c935 commit 0451420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/http_client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import unittest
88
import os.path
99

10-
TIMEOUT = 100
10+
TIMEOUT = 300
1111

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

0 commit comments

Comments
 (0)