We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc4d17 commit b82c791Copy full SHA for b82c791
v03_pipeline/lib/misc/clickhouse.py
@@ -256,6 +256,7 @@ class ClickhouseReferenceDataset(StrEnum):
256
@property
257
def all_variants_mv_timeout(self):
258
return {
259
+ ClickhouseReferenceDataset.DBNSFP: WAIT_VIEW_TIMEOUT_S * 3,
260
ClickhouseReferenceDataset.SPLICE_AI: WAIT_VIEW_TIMEOUT_S * 10,
261
}.get(self, WAIT_VIEW_TIMEOUT_S)
262
0 commit comments