Skip to content

Commit f43913e

Browse files
committed
slow CI, longer timeouts
1 parent 62d15c1 commit f43913e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system_test/fixture.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def check_http_up():
329329
sys.stderr.write('Waiting until HTTP service is up.\n')
330330
retry(
331331
check_http_up,
332-
timeout_sec=60,
332+
timeout_sec=300,
333333
msg='Timed out waiting for HTTP service to come up.')
334334
except:
335335
sys.stderr.write(f'QuestDB log at `{self._log_path}`:\n')
@@ -392,7 +392,7 @@ def retry_check_table(
392392
table_name,
393393
*,
394394
min_rows=1,
395-
timeout_sec=120,
395+
timeout_sec=300,
396396
log=True,
397397
log_ctx=None):
398398
sql_query = f"select * from '{table_name}'"

0 commit comments

Comments
 (0)