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 e552ab7 commit be475f5Copy full SHA for be475f5
rust/cubesql/cubesql/Cargo.toml
@@ -97,7 +97,6 @@ collapsible_else_if = "allow"
97
comparison_chain = "allow"
98
derive_ord_xor_partial_ord = "allow"
99
field_reassign_with_default = "allow"
100
-identity_op = "allow"
101
if_same_then_else = "allow"
102
into_iter_on_ref = "allow"
103
iter_cloned_collect = "allow"
rust/cubesql/cubesql/e2e/tests/postgres.rs
@@ -83,7 +83,7 @@ impl PostgresIntegrationTestSuite {
83
services.wait_processing_loops().await.unwrap();
84
});
85
86
- sleep(Duration::from_millis(1 * 1000)).await;
+ sleep(Duration::from_secs(1)).await;
87
88
let client = PostgresIntegrationTestSuite::create_client(
89
format!("host=127.0.0.1 port={} user=test password=test", port)
0 commit comments