Skip to content

Commit 8229057

Browse files
committed
tests: shorten timeout in test
1 parent a23ccf5 commit 8229057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_influxdb_client_3_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,4 @@ def test_query_timeout_per_call_override(self):
391391
)
392392

393393
with self.assertRaisesRegex(InfluxDB3ClientQueryError, ".*Deadline Exceeded.*"):
394-
localClient.query("SELECT * FROM data", timeout=0.001)
394+
localClient.query("SELECT * FROM data", timeout=0.0001)

0 commit comments

Comments
 (0)