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 1a69faf commit ca2f67fCopy full SHA for ca2f67f
datafusion_iceberg/tests/integration_trino.rs
@@ -137,7 +137,7 @@ async fn integration_trino_rest() {
137
.with_env_var("AWS_SECRET_ACCESS_KEY", "password")
138
.with_mount(catalog_mount)
139
.with_mount(sql_mount)
140
- .with_startup_timeout(Duration::from_secs(180))
+ .with_startup_timeout(Duration::from_secs(240))
141
.start()
142
.await
143
.unwrap();
@@ -316,7 +316,7 @@ async fn integration_trino_sql() {
316
317
318
319
320
321
322
0 commit comments