Skip to content

Commit ca2f67f

Browse files
committed
increase docker timeout
1 parent 1a69faf commit ca2f67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion_iceberg/tests/integration_trino.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async fn integration_trino_rest() {
137137
.with_env_var("AWS_SECRET_ACCESS_KEY", "password")
138138
.with_mount(catalog_mount)
139139
.with_mount(sql_mount)
140-
.with_startup_timeout(Duration::from_secs(180))
140+
.with_startup_timeout(Duration::from_secs(240))
141141
.start()
142142
.await
143143
.unwrap();
@@ -316,7 +316,7 @@ async fn integration_trino_sql() {
316316
.with_env_var("AWS_SECRET_ACCESS_KEY", "password")
317317
.with_mount(catalog_mount)
318318
.with_mount(sql_mount)
319-
.with_startup_timeout(Duration::from_secs(180))
319+
.with_startup_timeout(Duration::from_secs(240))
320320
.start()
321321
.await
322322
.unwrap();

0 commit comments

Comments
 (0)