We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e265 commit f9b4618Copy full SHA for f9b4618
1 file changed
driver/connection.feature
@@ -60,6 +60,7 @@ Feature: Driver Connection
60
Then connection has database: typedb
61
62
63
+ @ignore-typedb-http
64
Scenario: Driver can configure request timeout
65
When connection closes
66
When set driver option request_timeout_millis to: 7200000
@@ -68,6 +69,7 @@ Feature: Driver Connection
68
69
70
71
72
73
Scenario: Driver fails to connect with impossibly short request timeout
74
75
When set driver option request_timeout_millis to: 1
0 commit comments