mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 01:46:26 +00:00
Fix snowflake E2E: add system metric sleep time (#11569)
This commit is contained in:
parent
abb1437979
commit
e61bb3cf0d
@ -12,6 +12,7 @@
|
||||
"""
|
||||
Test Snowflake connector with CLI
|
||||
"""
|
||||
import time
|
||||
from typing import List
|
||||
|
||||
import pytest
|
||||
@ -141,6 +142,9 @@ class SnowflakeCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
||||
)
|
||||
self.delete_table_rows()
|
||||
self.update_table_row()
|
||||
# Add 10 second delay for system
|
||||
# tables to register the change
|
||||
time.sleep(10)
|
||||
result = self.run_command("profile")
|
||||
sink_status, source_status = self.retrieve_statuses(result)
|
||||
self.assert_for_system_metrics(source_status, sink_status)
|
||||
|
Loading…
x
Reference in New Issue
Block a user