We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d15c1 commit f43913eCopy full SHA for f43913e
system_test/fixture.py
@@ -329,7 +329,7 @@ def check_http_up():
329
sys.stderr.write('Waiting until HTTP service is up.\n')
330
retry(
331
check_http_up,
332
- timeout_sec=60,
+ timeout_sec=300,
333
msg='Timed out waiting for HTTP service to come up.')
334
except:
335
sys.stderr.write(f'QuestDB log at `{self._log_path}`:\n')
@@ -392,7 +392,7 @@ def retry_check_table(
392
table_name,
393
*,
394
min_rows=1,
395
- timeout_sec=120,
396
log=True,
397
log_ctx=None):
398
sql_query = f"select * from '{table_name}'"
0 commit comments