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 7b7d080 commit 19b82f0Copy full SHA for 19b82f0
tests/e2e/test_logzio_e2e.py
@@ -106,7 +106,7 @@ def test_logs_received(self):
106
send_test_log(self.token, self.env_id, test_message)
107
108
print("Waiting for log ingestion...")
109
- time.sleep(240)
+ time.sleep(180)
110
111
query = f"env_id:{self.env_id} AND type:{self.env_id}"
112
response = fetch_logs(self.api_key, query)
@@ -135,7 +135,7 @@ def test_log_content_matches(self):
135
136
137
138
139
140
query = f"env_id:{self.env_id}"
141
0 commit comments