Skip to content

Commit 05f9637

Browse files
committed
increased system test timeout for slow windows CI
1 parent eaf9d0a commit 05f9637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_test/fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def retry_check_table(
392392
table_name,
393393
*,
394394
min_rows=1,
395-
timeout_sec=30,
395+
timeout_sec=45,
396396
log=True,
397397
log_ctx=None):
398398
sql_query = f"select * from '{table_name}'"

0 commit comments

Comments
 (0)