Skip to content

Commit

Permalink
test: Remove request timeout from integration tests (#1794)
Browse files Browse the repository at this point in the history
Fixes #1791.
  • Loading branch information
kuznetsss authored Dec 18, 2024
1 parent 2d0253b commit c4b87d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/data/BackendFactoryTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct BackendCassandraFactoryTest : SyncAsioContextTest, util::prometheus::With
{"database.cassandra.queue_size_io", ConfigValue{ConfigType::Integer}.optional()},
{"database.cassandra.write_batch_size", ConfigValue{ConfigType::Integer}.defaultValue(20)},
{"database.cassandra.connect_timeout", ConfigValue{ConfigType::Integer}.defaultValue(1).optional()},
{"database.cassandra.request_timeout", ConfigValue{ConfigType::Integer}.defaultValue(1).optional()},
{"database.cassandra.request_timeout", ConfigValue{ConfigType::Integer}.optional()},
{"database.cassandra.username", ConfigValue{ConfigType::String}.optional()},
{"database.cassandra.password", ConfigValue{ConfigType::String}.optional()},
{"database.cassandra.certfile", ConfigValue{ConfigType::String}.optional()},
Expand Down

0 comments on commit c4b87d2

Please sign in to comment.